Outscraper Business Details
businesses_getRetrieve a single business record by its Outscraper business ID to get full details or a subset of fields after a search.
Instructions
Get one business by Outscraper business id.
Best for:
loading the full detail payload for a business found via businesses_search
fetching a smaller field-selected payload for one known business id
Use this after businesses_search when you already know the exact business id.
Do not use this for discovery:
use businesses_search to find records first
then call businesses_get for the exact item you want to enrich or inspect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return. | |
| business_id | Yes | Outscraper business id returned by /businesses search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |