Public Business Directory Leads
Pricing
Pay per usage
Public Business Directory Leads
Fetch bounded public business-source URLs, use optional fallback URLs when retryable sources fail, rank candidate leads, and return a reviewable result envelope with source diagnostics and quality notes.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Eder Morales
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Bounded public-source lead extraction actor for local business prospecting.
Best fit
Use this actor when you already know which public pages you want checked and want reviewable lead rows instead of raw fetch output.
Best-fit operators:
- local agencies validating small lead batches before outreach
- operators normalizing direct business sites plus official public records
- human reviewers who need explicit source diagnostics when a directory blocks automation
What it does
- fetches only the explicit public
sourceUrlsprovided in the run input - optionally replaces blocked or timed-out primary sources with bounded
fallbackSourceUrls - executes the Proteus
public_business_directory_leads_v1workload - ranks normalized lead rows into a generic public output shape
- pushes lead rows to the default dataset
- stores the full result envelope in the default key-value store under
OUTPUT
Input
sourceUrlsis required and must contain one or more explicit public URLsfallbackSourceUrlsis optional and should contain direct business sites or official public records you want Proteus to try when a primary source fails with a blocked or timeout conditionregion,businessCategories,maxResults,pageLimit, andidempotencyKeyare optional
Quick Start
- Put the main public pages you want checked in
sourceUrls. - Put backup official records or direct business sites in
fallbackSourceUrls. - Keep
pageLimitclose to the number of URLs you submitted unless you want extra retry room. - Start with a small
maxResultslike5while you validate the source mix.
Recommended source mix:
- use
sourceUrlsfor the main business pages or directory pages you want checked first - use
fallbackSourceUrlsfor official records or direct business sites that can still produce a useful lead if a large directory blocks the run
Recommended first run:
- 1 blocked-prone directory page in
sourceUrls - 1 direct business website in
sourceUrls - 1 official public record in
fallbackSourceUrls maxResults = 5pageLimit = 6
Paid Actor Contract
Stable marketplace-facing input fields:
sourceUrlsfallbackSourceUrlsregionbusinessCategoriesmaxResultspageLimitidempotencyKey
Stable marketplace-facing output sections:
recordserrorssource_diagnosticsquality_summaryexecution_plan
Current limits:
- at least 1 primary source URL and at most 25
- at most 25 fallback source URLs
maxResultsbetween 1 and 25pageLimitbetween 1 and 25
Current non-goals:
- no login-backed scraping
- no CAPTCHA bypass
- no hidden-browser anti-bot evasion
- no enrichment beyond the submitted public URLs and bounded fallback queue
- no guaranteed email extraction
Output
Dataset rows contain public lead fields such as:
business_namebusinesscategorycitystatephonewebsitesource_urlfetched_sourcelisting_urllisting_pagereview_summarywebsite_weaknessesopportunity_scoreopportunityverification_statusverification
Default dataset views:
Lead Reviewshows rank, business, contact path, fetched source, verification, and run metadata in one tableBuyer Reviewtrims the table to the main buyer-facing columns for quick scanning after a run
Dataset-row alias rule:
- raw row fields stay present for compatibility
- buyer-facing aliases are added beside them so dataset exports read more like a public product
The default key-value store OUTPUT record preserves the full adapter envelope, including:
job_idstatusrecord_counterror_countrecordserrorssource_diagnosticsquality_summarybuyer_presentationexecution_plan
Additional key-value store artifacts:
RUN_SUMMARYcontains the compact run summary plusoutput_keyERRORSis written only when the run returns one or more top-level errors
How to read the run:
- review the dataset for the ranked lead rows
- review
OUTPUTwhen you need the full result envelope - use
buyer_presentationwhen you want buyer-facing labels and a one-line review headline before reading the raw sections - review
source_diagnosticsto see which submitted URL blocked, failed, or produced records - review
quality_summaryto decide whether the run is good enough for manual follow-up - use
Buyer Reviewfirst when you want the shortest operator scan - use
Lead Reviewwhen you need the fetched source, run metadata, or listing path beside the lead row
Common blocked-source pattern:
- a large directory may fail with
directory-fetch-blocked - a direct business site may still return a usable lead row
- an official record in
fallbackSourceUrlsmay preserve a second lead row instead of wasting the remaining page budget
Guardrails
- public web only
- no login-backed scraping
- no CAPTCHA bypass
- results are bounded to the submitted URLs