Go to Hyperscrape Store

Company Enrichment Scraper

hyperscrape/company-enrichment-scraper

Turn a domain into a rich company profile — name, logo, socials, contacts, tech, size hints.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/company-enrichment-scraper?domains=stripe.com

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Given a list of company domains, visits the homepage plus the about and contact pages (top-level, same host only) and returns one enriched item per domain:

  • company name (JSON-LD → og:site_name<title>) and description
  • logo URL (JSON-LD logoog:image → apple-touch-icon → favicon)
  • the raw JSON-LD Organization node when the site publishes one (founding date, founders, address, sameAs links…)
  • social profile links (LinkedIn, X/Twitter, Facebook, Instagram, YouTube, GitHub, TikTok)
  • e-mail addresses and phone numbers found on those top-level pages
  • postal address from structured data
  • technology hints (meta generator plus fingerprints for Next.js, WordPress, Shopify, Webflow, HubSpot and more)
  • employee-count hint when the about page states one (kept verbatim, e.g. 500+)

Structured sources are preferred over HTML guessing; fields the site doesn't provide are omitted or null — nothing is fabricated.