Contact Enricher
Pricing
from $2.00 / 1,000 results
Go to Apify Store

Contact Enricher
Extracts clean Markdown from company 'About' and 'Contact' pages specifically tailored for LLM ingestion.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Ziad Tarik
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
24 days ago
Last modified
Categories
Share
🔍 Contact Enricher
The Contact Enricher is a specialized web scraper built for the Automated Sales OS pipeline.
It takes raw lead URLs (e.g., from Google Maps) and intelligently hunts for their "About", "Contact", and "Team" pages. Instead of extracting raw HTML (which is expensive and difficult for AI to parse) or just looking for @ symbols, this actor extracts the exact pages as Clean, Semantic Markdown.
How it fits into the Pipeline:
- Trigger:
Google Maps Scraperoutputs a JSON list of local businesses with their domains. - Step 1: The
Contact_Enricher(this Actor) visits the domains, finds the contact/team pages, and extracts them to Markdown. - Step 2: The Markdown is fed directly into an OpenAI module in your automation platform (n8n, Make.com, or Relay.app).
- Step 3: OpenAI easily and cheaply parses the clean text to find the Founder's Name, Primary Email, and Phone Number.
- Output: The enriched data is pushed into your Monday.com CRM.
Features
- Smart URL Targeting: Only queues pages containing
/about,/contact,/team,get-in-touch, etc., ensuring we don't waste time crawling irrelevant pages like/shopor/blog. - Playwright + Crawl4AI: Renders JavaScript natively so we don't miss data loaded dynamically.
- Cost Effective: Markdown uses significantly fewer tokens than HTML, keeping OpenAI API costs extremely low.
Input Configuration
startUrls: List of domains to enrich.maxPages: Recommended5(enough to catch the homepage, about, and contact pages).crawlDepth: Recommended1or2.