Extract legal company name, contact emails, and physical addresses from a website. Costs 2 credits.
Documentation Index
Fetch the complete documentation index at: https://prefetch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/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:
jsonld, footer, contact, etc.)confidence score reflects how reliably the data was extracted:
| Range | Meaning |
|---|---|
0.8 – 1.0 | High confidence — data from structured sources (JSON-LD, schema.org) |
0.5 – 0.79 | Medium confidence — data inferred from footer, about page |
0.0 – 0.49 | Low confidence — best guess from unstructured content |
Your Prefetch API key. Obtain one from the dashboard.
The website URL to process. http:// is prepended automatically if no protocol is provided. Maximum 2048 characters.
"https://stripe.com"