GET /company/research
This endpoint retrieves detailed information about a company based on its name and website URL. It performs deep browsing of the company's website, extracts relevant data, and enriches it with social media links.
The endpoint is rate-limited to 10 requests per 5 seconds per IP address.
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the company |
url | string | Yes | The website URL of the company |
200 OK
400 Bad Request
: Invalid input parameters404 Not Found
: No content found for the given URL429 Too Many Requests
: Rate limit exceeded500 Internal Server Error
: Unexpected server errorGET /company/research?name=Aomni&url=https://aomni.com