Metaworld Contact Extractor avatar

Metaworld Contact Extractor

Pricing

from $1.25 / 1,000 results

Go to Apify Store
Metaworld Contact Extractor

Metaworld Contact Extractor

Supply public business-page URLs you are authorized to review and receive displayed contact details with source context. No login-wall access, outreach, or third-party API key.

Pricing

from $1.25 / 1,000 results

Rating

0.0

(0)

Developer

Metaworld Systems

Metaworld Systems

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

User-supplied public business-page URLs in → displayed contact details with source context out. No third-party API key required. Supply pages you are authorized to review and inspect the resulting records before any downstream use.

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 structured dataset row per site, ready for review and export to CSV, JSON, or Excel.

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": "Reliable Automation, API & Data Systems | Metaworld Systems",
"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.
  • Internal-link crawling is same-domain only, the run is capped at 50 pages per starting site, and literal private/local network URL inputs are rejected.
  • The Actor only reads public pages supplied by the user. It does not log in, bypass access controls, purchase data, infer sensitive attributes, or send outreach.
  • Publicly visible contact details can still be personal information. Public availability does not by itself make every collection, retention, enrichment, or outreach use lawful.
  • Use this Actor only for a documented lawful purpose involving public business pages. Do not use it for consumer profiling, people-search, sensitive-category targeting, children, harassment, or unlawful email/telephone marketing.
  • You are responsible for the target site's terms, a valid legal basis, required notices, suppression/opt-out handling, data minimization, retention, and deletion obligations in every relevant jurisdiction.

Built with bounded crawling, explicit output fields, and reviewable source context.