Fetch company details
Returns enriched company-level data based on the input of a company name, URL, phone number, or address. URL and phone lookups typically complete in under 1,000 milliseconds. Searches using only the company name may return multiple results.
At least one of url, phone, company_name, or address must be provided.
The url and phone parameters use exact matching, while company_name and address use fuzzy matching.
The response includes a records array of matching companies, each with detailed fields. The total_records field specifies the number of matches returned. The set of fields included in the response may vary depending on the data available. See the Field References section of the documentation for a breakdown of each field returned in the response.
Authorizations
Body
Company URL (may include or omit the http/https prefix)
[
"https://www.example.com",
"https://information.org"
]Include specific company IDs in the search results
[
"8Q43UQ592MXFWAZ6ZNGJQP",
"IWNJWMZPAMJH9FJRACSTAT"
]Company phone (may include or omit the dashes)
"123-456-7890"
Company name(s)
["Acme Inc", "Global Logistics LLC"]Company address
"123 Main St, Springfield, IL 62701"
City to filter by
"Springfield"
State to filter by (two-letter abbreviation)
"CA"
ZIP code to filter by
"90210"
ZIP code to search around (anchor). Use with radius/radius_unit.
"92656"
Radius distance for geo search around near_zip_code.
x > 025
Units for radius (mi or km).
mi, km "mi"
County to filter by
"Los Angeles County"
Country to filter by
"United States"
Timezone to filter by
"Central"
Region to filter by
"Northeast"
Eight-digit SIC code to filter by
"58120000"
Eight-digit SIC description to filter by
"Eating places"
Four-digit SIC code to filter by
"5812"
Four-digit SIC description to filter by
"Eating places"
Two-digit SIC code to filter by
"58"
Two-digit SIC description to filter by
"Eating and Drinking Places"
NAICS code to filter by
"722513"
NAICS description to filter by
"Limited-Service Restaurants"
Industry to filter by
"Financial Services"
Keywords to filter by (comma-separated)
"coffee, bakery"
Company email address to filter by
"info@company.com"
Number of employees to filter by
"25"
Annual revenue to filter by
"5000000"
Time in business to filter by
"3"
LinkedIn URL to filter by
"https://www.linkedin.com/company/example"
Facebook URL to filter by
"https://www.facebook.com/example"
Twitter URL to filter by
"https://www.twitter.com/example"
Instagram URL to filter by
"https://www.instagram.com/example"
Crunchbase URL to filter by
"https://www.crunchbase.com/company/example"
BBB URL to filter by
"https://www.bbb.org/company/example"
Number of locations to filter by
"5"
Financing partners to filter by
"Wells Fargo"
Field or list of fields to include in each record in the response
["company_id", "company_name", "url"]Page number of results to return. Must be greater than or equal to 1.
x >= 11
Number of results per page. Maximum is 50.
x <= 5050
Response
Successful Response