Service Business Semantic Extractor
Pricing
$5.00 / 1,000 results
Service Business Semantic Extractor
Turn service-business pages into structured contact, offer, trust, proof, and conversion signals with a timestamped source receipt.
Pricing
$5.00 / 1,000 results
Rating
0.0
(0)
Developer
theCR8Fconclave SYST3MS
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Turn public service-business pages into structured contact, offer, proof, trust, and conversion signals. Successful extraction items include a timestamped source receipt for the fetched or supplied page.
What it returns
Successful default-dataset items contain:
- source URL, final URL, fetch time, HTTP status, and page identity
- phone numbers, email addresses, forms, and contact links
- detected service, location, estimate, CTA, proof, trust, review, and social signals
- contact-path and evidence-readiness flags
- a SHA-256 source receipt for the fetched or supplied page
If a URL fetch fails, the Actor still emits a default-dataset item for that requested URL with this minimal failure shape:
{"url": "https://example.com/","ok": false,"error": "fetch or validation error message"}
Failure items do not claim page identity, extracted signals, or a source receipt because no page was successfully fetched and extracted.
Input
Fetch one or more public pages:
{"urls": ["https://example.com/"],"maxBytes": 900000}
Or pass inline HTML from an upstream crawler:
{"pages": [{"url": "https://example.test/page", "html": "<html>...</html>"}]}
The verified synthetic input is in examples/sample-input.json.
Use cases
- public-source lead and CRM enrichment
- service-business website audit preparation
- contact-path and conversion-signal checks
- agency or operator discovery research
- evidence-backed outbound preparation
Boundaries
Use only public pages you are permitted to fetch. Signals are extraction results, not proof of private business conditions. The Actor does not bypass authentication, paywalls, or access controls.
Output links
The run output exposes the default dataset plus OUTPUT.json in the default key-value store. Schemas live in .actor/output_schema.json and .actor/dataset_schema.json.