Company research
Company research pulls a company's profile and its recent posts, for a single lookup or a repeating watchlist check.
Recipe
provision: get an API key. No signup, no card. Grants 500 credits to start.get_company: one call per company, by URL, slug, or numeric id. Returns name, size, industry, founding year, specialities, and the ids other tools use. Cost: 4 credits per company.get_posts: same identifier, one page per company. Returns recent posts with engagement counts. Cost: 4 credits per company; each further page is priced the same.get_usage: free, exempt from the rate limit. Check balance before the next scheduled run.
Total cost
40 credits for a 5-company check, one company fetch and one post page each.
Limits worth knowing
- A trial key starts with 500 credits; a recurring check draws down the same key each run, so budget across runs, not just within one.
freshness: "realtime"adds 2 credits to a call, refunded automatically on cached fallback. The default (recent) is free and usually a few hours old.- A second page of posts costs the same as the first; pull only what you need.
- Set
max_creditson a call to cap its own spend before it happens.
Run it
Full reference: /docs. A ready-made agent setup prompt: /agent-setup/prompt.md.