Contact Enricher avatar

Contact Enricher

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Contact Enricher

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

Ziad Tarik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

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:

  1. Trigger: Google Maps Scraper outputs a JSON list of local businesses with their domains.
  2. Step 1: The Contact_Enricher (this Actor) visits the domains, finds the contact/team pages, and extracts them to Markdown.
  3. Step 2: The Markdown is fed directly into an OpenAI module in your automation platform (n8n, Make.com, or Relay.app).
  4. Step 3: OpenAI easily and cheaply parses the clean text to find the Founder's Name, Primary Email, and Phone Number.
  5. 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 /shop or /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: Recommended 5 (enough to catch the homepage, about, and contact pages).
  • crawlDepth: Recommended 1 or 2.