enrich-company
. The enrich_company endpoint allows you to perform deep research on a company.
The enrich-company
endpoint allows you to perform deep research on a company. It recursively reads through relevant sources (websites, profiles, public signals, socials) and can answer questions like: Who owns this company? What is their approximate team size? What social accounts do they operate? What is their tech stack? Which decision-makers should I contact?
Tip: You can change the company in the parameters at the top. For best results, include at least the company name and website or a strong identifier (e.g., domain).
Prerequisites & Secrets
Get your SixtyFour API key
Follow these steps to create and copy your API key: 1) Sign inGo to https://app.sixtyfour.ai/login and log in or sign up. 2) Enter an organization name once you’ve signed up and click Create Organization and get your $25 in credits. 3) You’ll land on the dashboard/usage page with credits. In the left sidebar, open Keys → click Create new key → name it → Create key → copy the key value.
If you’re in Google Colab
- Click the 🔑 (Secrets) icon in the left sidebar.
- Add a secret named
SIXTYFOUR_API_KEY
and paste your key. - Make sure the notebook can access the secret.
Output:
Enrich_Company Request
For most use cases,enrich-company
is the perfect tool. You send a request and get enriched company data back with a single call.
The request body requires two main components:
- target_company: The initial data you have on the company. The more context you provide, the more focused and correct the research will be (e.g., name + website + address + phone).
- struct: The fields you want extracted. The key is the field name you want returned; the value is either a description string or an object with description and an optional type to guide the agent.
Output:
How to change values
- Pick a different company: edit
COMPANY_NAME
andCOMPANY_WEBSITE
(address/phone optional). - Ask for different fields: edit
struct
. Mix untyped (description strings) and typed objects withdescription
andtype
if you need specific formats.
Example structs you can run (copy/paste)
Pick one of these, assign tostruct
, then call the same requests.post
as above.
Troubleshooting & Next steps
Remember:- You can request up to 100 fields in one
struct
- Adding more fields doesn’t increase API usage but adding rows does.
- Rate limit: 500 requests per minute per API key
- Don’t be vague — “Sixtyfour” vs “Sixtyfour AI (YC X25) from SF”
- Provide context — More details = better results
struct
, point the CSV output to your CRM, or move this into an automated script.