Business Directory DomainScope avatar

Business Directory DomainScope

Pricing

$3.00 / 1,000 business returneds

Go to Apify Store
Business Directory DomainScope

Business Directory DomainScope

Pull a geographic business directory for a country/city from the DomainScope corpus — not filtered by industry.

Pricing

$3.00 / 1,000 business returneds

Rating

0.0

(0)

Developer

Florin Badita

Florin Badita

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

DomainScope Business Directory — Apify Actor

Pull every business DomainScope has on file for a country/city, via POST /api/v1/domains/search (public, no auth required) — deliberately without an industry filter, unlike Domain Finder. Built for "what's the whole business landscape of this place" research (market-expansion, franchise/real-estate scoping, local-market analysts) rather than "find companies in industry X".

Input

See .actor/input_schema.json: at least one of countries / cities is required. maxResults (default 500, capped at DomainScope's 1,000-record search-preview ceiling). includeFacets (default true) adds one bonus dataset item with facet-count breakdowns — coverage varies by query, most facet fields come back null for any given request (verified live: only a handful, e.g. countries, registrant_countries, a few reg_* vendor fields, are ever populated), so treat it as a nice-to-have, not a guaranteed industry breakdown.

Output

One dataset row per business, plus (when available) one {"_type": "facets", "facets": {...}} item.

The 1,000-record preview cap

Same limit as Domain Finder: DomainScope's search preview refuses any page beyond record 1000. For bulk retrieval beyond that, use DomainScope's own Export feature (GET /export/snapshot) directly.

Billing

Charges one business-returned event per business delivered (the optional facets item is not charged).

Local development

npm install
echo '{"cities": ["Austin"], "maxResults": 50}' \
> storage/key_value_stores/default/INPUT.json
npm run start:dev

Deploying

apify login
apify push