Company Match
This operation allows you to find a company from its domain name. It returns company information as the response. This operation consumes 2 credits (or 1 credit if served from cache).
Cache Hit
Cache Miss
Request Tracking & Reporting
- Go to app.scrapin.io/api-logs
- Find the request you want to report in the logs table
- Click the “Report” button in the Actions column
- Select the issue type and add a description
Authorizations
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apikey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY
Query Parameters
This required parameter is a string. It represents the domain name of the company to query.
Optional parameter to enable caching. Accepts duration strings like '4h', '2d', '1w', '2mo', '1y'. We use the parse-duration library internally to parse these values. If the profile is found in cache within this duration, only 1 credit is consumed. Otherwise, fresh data is scraped for 2 credits.
Response
The endpoint returns information about the company.
Indicates success or failure of api request.
Represents the number of credits consumed by this query.
Represents the usable credits available for the user account after this query.
Represents the usable daily request limit available for the user account after this query.
Represents the usable daily request limit available for the user account after this query.
Represents the usable minute request limit available for the user account after this query.
Represents the next minute rate limit reset for the user account after this query. Datetime in ISO 8601 format (e.g., 2025-11-14T14:34:43.000Z).
Structured quota information for the user account. Provides the same data as the flat fields above in a more organized format.