Metaworld Contact Extractor avatar

Metaworld Contact Extractor

Pricing

Pay per usage

Go to Apify Store
Metaworld Contact Extractor

Metaworld Contact Extractor

Give it website URLs — get back the emails, phone numbers, and social links found on each. Optional light crawl of internal pages. No API keys required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Metaworld Systems

Metaworld Systems

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Website URLs in → emails, phone numbers, and social links out. A fast, self-contained lead-enrichment scraper. No API keys, no setup — paste a list of sites and get a clean dataset.

Built and maintained by Metaworld Systems.

What it does

For each website you give it, the Actor:

  • Extracts email addresses (from page text and mailto: links).
  • Extracts phone numbers (formatted numbers and tel: links).
  • Collects social & contact links — LinkedIn, Facebook, X/Twitter, Instagram, YouTube, TikTok, GitHub, Telegram, WhatsApp.
  • Optionally crawls a few internal pages per site (e.g. a Contact or About page) to catch details not on the homepage.

One clean dataset row per site, ready to export to CSV, JSON, or Excel and drop into your CRM.

Input

FieldDescription
startUrlsThe websites to scan.
maxPagesPerDomainPages to scan per site (1 = just the URL you gave).
followInternalLinksCrawl same-domain links up to the page limit.

Output (one item per site)

{
"url": "https://metaworld.systems",
"domain": "metaworld.systems",
"title": "Metaworld Systems — AI systems, built and run for you",
"pagesScanned": 1,
"emails": ["contact@metaworld.systems"],
"phones": [],
"socialLinks": []
}

Notes

  • Polite & self-contained — sends a clear User-Agent, follows redirects, skips non-HTML responses, and never crashes a whole run over one bad URL.
  • Phone matching requires real phone formatting to avoid scooping up random ID numbers.
  • Respect each site's terms and applicable laws when scraping; only collect publicly available information.

Same reliability discipline we run in our own production automation.