Extract company info
Endpoints
GET /company
Extract legal company name, contact emails, and physical addresses from a website. Costs 5 credits.
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
Example request
Example response
Authorizations
Your Prefetch API key. Obtain one from the dashboard.
Query Parameters
The website URL to process. https:// is prepended automatically if no protocol is provided.
Example:
"https://stripe.com"