Skip to main content
GET
Extract company info

Overview

/company scrapes a website to identify the legal entity behind it. It looks for structured data (JSON-LD, schema.org), footer content, contact pages, and other signals to extract:
  • Company name — legal entity name (e.g. “Stripe, Inc.”)
  • Emails — contact and support email addresses
  • Addresses — physical locations including street, city, state, ZIP, country
This endpoint uses a hybrid approach: it first attempts a fast static fetch, falling back to headless Chrome only when needed.

Example request

Example response

Authorizations

X-API-Key
string
header
required

Your Prefetch API key. Obtain one from the dashboard.

Query Parameters

url
string
required

The website URL to process. https:// is prepended automatically if no protocol is provided.

Example:

"https://stripe.com"

Response

Company information.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required