POST

Company Search Prospeo API

/v1/run/company_search.prospeo

Build an account list from Prospeo by industry, headcount, revenue, location, technology, funding and hiring activity. One flat price per page of 25.

Category enrichmentRequests / mo -Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Call it

Make your first request

POST /v1/run/company_search.prospeo · same shape for every API
import os, requests

res = requests.post(
    "https://api.getanyapi.com/v1/run/company_search.prospeo",
    headers={"Authorization": f"Bearer {os.environ['ANYAPI_KEY']}"},
    json={},
)
print(res.json())
Open in
Get a free key
Sample response
{
  "data": {
    "companies": [
      {
        "attributes": {
          "hasDemo": true,
          "hasDownloadable": true,
          "hasFreeTrial": true,
          "hasMobileApps": true,
          "hasOnlineReviews": true,
          "hasPricing": true,
          "isB2b": true
        },
        "companyId": "Acme Inc",
        "crunchbaseUrl": "https://example.com/page",
        "description": "A short example description of this item.",
        "descriptionAi": "A short example description of this item.",
        "descriptionSeo": "A short example description of this item.",
        "domain": "example.com",
        "emailTech": {
          "domain": "example.com",
          "mxProvider": "a1b2c3d4"
        },
        "employeeCount": 12500,
        "employeeCountOnProspeo": 12500,
        "employeeRange": "example",
        "facebookUrl": "https://example.com/page",
        "founded": 42,
        "funding": {
          "events": [
            {
              "amount": null,
              "amountPrinted": null,
              "link": null,
              "raisedUtc": null,
              "stage": null
            }
          ],
          "latestStage": "example",
          "latestUtc": 12.5,
          "rounds": 42,
          "totalRaised": 12500,
          "totalRaisedPrinted": "example"
        },
        "image": "https://example.com/image.jpg",
        "industry": "general",
        "instagramUrl": "https://example.com/page",
        "jobPostings": {
          "activeCount": 12500,
          "activeTitles": [
            "Example title"
          ]
        },
        "keywords": [
          "a1b2c3d4"
        ],
        "linkedinId": "https://example.com/page",
        "linkedinUrl": "https://example.com/page",
        "location": {
          "city": "San Francisco",
          "country": "US",
          "countryCode": "US",
          "rawAddress": "123 Main St",
          "state": "CA"
        },
        "naicsCodes": [
          "a1b2c3d4"
        ],
        "name": "Example title",
        "otherWebsites": [
          "https://example.com/page"
        ],
        "phoneHq": {
          "country": "US",
          "countryCode": "US",
          "international": "example",
          "national": "example",
          "phone": "+1 555-0142"
        },
        "revenueRange": {
          "max": 12.5,
          "min": 12.5
        },
        "revenueRangePrinted": "example",
        "sicCodes": [
          "a1b2c3d4"
        ],
        "technologies": [
          "example"
        ],
        "twitterUrl": "https://example.com/page",
        "type": "general",
        "website": "https://example.com/page",
        "youtubeUrl": "https://example.com/page"
      }
    ],
    "currentPage": 29,
    "perPage": 29,
    "totalCount": 12500,
    "totalPages": 12500
  },
  "found": true
}
Response interface
interface CompanySearchProspeoResponse {
  data: {
    companies: {
      attributes?: {
        hasDemo?: boolean;
        hasDownloadable?: boolean;
        hasFreeTrial?: boolean;
        hasMobileApps?: boolean;
        hasOnlineReviews?: boolean;
        hasPricing?: boolean;
        isB2b?: boolean;
      };
      companyId?: string;
      crunchbaseUrl?: string;
      description?: string;
      descriptionAi?: string;
      descriptionSeo?: string;
      domain?: string;
      emailTech?: {
        domain?: string;
        mxProvider?: string;
      };
      employeeCount?: number;
      employeeCountOnProspeo?: number;
      employeeRange?: string;
      facebookUrl?: string;
      founded?: number;
      funding?: {
        events?: {
          amount?: number;
          amountPrinted?: string;
          link?: string;
          raisedUtc?: number;
          stage?: string;
        }[];
        latestStage?: string;
        latestUtc?: number;
        rounds?: number;
        totalRaised?: number;
        totalRaisedPrinted?: string;
      };
      image?: string;
      industry?: string;
      instagramUrl?: string;
      jobPostings?: {
        activeCount?: number;
        activeTitles?: string[];
      };
      keywords?: string[];
      linkedinId?: string;
      linkedinUrl?: string;
      location?: {
        city?: string;
        country?: string;
        countryCode?: string;
        rawAddress?: string;
        state?: string;
      };
      naicsCodes?: string[];
      name: string;
      otherWebsites?: string[];
      phoneHq?: {
        country?: string;
        countryCode?: string;
        international?: string;
        national?: string;
        phone?: string;
      };
      revenueRange?: {
        max?: number;
        min?: number;
      };
      revenueRangePrinted?: string;
      sicCodes?: string[];
      technologies?: string[];
      twitterUrl?: string;
      type?: string;
      website?: string;
      youtubeUrl?: string;
    }[];
    currentPage?: number;
    perPage?: number;
    totalCount?: number;
    totalPages?: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-03 · uptime and latency measured over 30d
POST /v1/run/company_search.prospeo
curl -X POST https://api.getanyapi.com/v1/run/company_search.prospeo \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"company":{"websites":{"include":["stripe.com"]}},"page":1}'
FieldTypeExample value
Request body
companystring{"websites":{"include":["stripe.com"]}}Filter by company names or websites, e.g. {"names": {"include": ["Stripe"]}, "websites": {"include": ["stripe.com"]}}.
companyAttributesstringFilter by company characteristics, e.g. B2B, has pricing, has a free trial.
companyEmailProviderarrayFilter by the company's email MX provider.
companyFoundedstringFilter by founding year range.
companyFundingstringFilter by funding stage or amount raised.
companyHeadcountByDepartmentarrayFilter by headcount within a department.
companyHeadcountCustomstringFilter by a custom employee count range.
companyHeadcountGrowthstringFilter by headcount growth.
companyHeadcountRangearrayFilter by Prospeo's predefined employee count bands.
companyIndustrystringFilter by company industry.
companyJobPostingHiringForarrayFilter by the roles the company is currently hiring for.
companyJobPostingQuantitystringFilter by how many roles the company has open.
companyKeywordsstringFilter by keywords found in company data.
companyLocationSearchstringFilter by company headquarters location.
companyNaicsstringFilter by NAICS codes.
companyRevenuestringFilter by revenue range.
companySicsstringFilter by SIC codes.
companyTechnologystringFilter by technologies the company uses.
companyTypeenumFilter by ownership type.
pageinteger1Page number, one-based. Prospeo returns 25 results per page and charges one flat price per page.
Response
dataobjectOne page of matching records plus Prospeo's paging counters.
data.companiesobject[]Matching companies with Prospeo's full firmographic record.
data.companies[].attributesobjectWhat Prospeo detects about how the company sells.
data.companies[].attributes.hasDemobooleanThe website offers a demo.
data.companies[].attributes.hasDownloadablebooleanThe website offers a download.
data.companies[].attributes.hasFreeTrialbooleanThe website offers a free trial.
data.companies[].attributes.hasMobileAppsbooleanThe company publishes mobile apps.
data.companies[].attributes.hasOnlineReviewsbooleanThe company has online reviews.
data.companies[].attributes.hasPricingbooleanThe website publishes pricing.
data.companies[].attributes.isB2bbooleanThe company sells to businesses.
data.companies[].companyIdstringProspeo's own company identifier. Send it back as this SKU's companyId input.
data.companies[].crunchbaseUrlstringCompany Crunchbase profile URL.
data.companies[].descriptionstringCompany description as the company writes it.
data.companies[].descriptionAistringProspeo's own AI-written company summary.
data.companies[].descriptionSeostringMeta description from the company's website.
data.companies[].domainstringPrimary company domain.
data.companies[].emailTechobjectHow the company's email is hosted.
data.companies[].emailTech.domainstringDomain the company's email addresses use.
data.companies[].emailTech.mxProviderstringMail provider behind the domain's MX records.
data.companies[].employeeCountintegerEmployees Prospeo currently counts.
data.companies[].employeeCountOnProspeointegerEmployees of this company that Prospeo holds a profile for.
data.companies[].employeeRangestringEmployee headcount band, e.g. 10000+.
data.companies[].facebookUrlstringCompany Facebook page URL.
data.companies[].foundedintegerYear the company was founded.
data.companies[].fundingobjectFunding history.
data.companies[].funding.eventsobject[]One entry per funding round.
data.companies[].funding.events[].amountnumberAmount raised in USD.
data.companies[].funding.events[].amountPrintedstringAmount raised as a display string.
data.companies[].funding.events[].linkstringSource URL for the round.
data.companies[].funding.events[].raisedUtcnumberUTC epoch timestamp in seconds (Unix time) the round closed. Multiply by 1000 for a JS Date in milliseconds.
data.companies[].funding.events[].stagestringRound stage, e.g. Series E-J.
data.companies[].funding.latestStagestringMost recent funding stage.
data.companies[].funding.latestUtcnumberUTC epoch timestamp in seconds (Unix time) of the most recent round. Multiply by 1000 for a JS Date in milliseconds.
data.companies[].funding.roundsintegerNumber of funding rounds raised.
data.companies[].funding.totalRaisednumberTotal capital raised, in USD.
data.companies[].funding.totalRaisedPrintedstringTotal capital raised as a display string.
data.companies[].imagestringCompany logo URL.
data.companies[].industrystringCompany industry.
data.companies[].instagramUrlstringCompany Instagram profile URL.
data.companies[].jobPostingsobjectOpen roles Prospeo currently sees for the company.
data.companies[].jobPostings.activeCountintegerOpen roles currently posted.
data.companies[].jobPostings.activeTitlesstring[]Titles of the open roles.
data.companies[].keywordsstring[]Keywords Prospeo assigns the company.
data.companies[].linkedinIdstringCompany LinkedIn numeric id.
data.companies[].linkedinUrlstringCompany LinkedIn page URL.
data.companies[].locationobjectCompany headquarters.
data.companies[].location.citystringCity.
data.companies[].location.countrystringCountry name.
data.companies[].location.countryCodestringISO 3166-1 alpha-2 country code.
data.companies[].location.rawAddressstringHeadquarters address as one display string.
data.companies[].location.statestringState or region.
data.companies[].naicsCodesstring[]NAICS classification codes for the company.
data.companies[].namestringCompany name.
data.companies[].otherWebsitesstring[]Other domains the company owns.
data.companies[].phoneHqobjectHeadquarters switchboard number.
data.companies[].phoneHq.countrystringCountry the number belongs to.
data.companies[].phoneHq.countryCodestringISO 3166-1 alpha-2 code for that country.
data.companies[].phoneHq.internationalstringNumber in international format.
data.companies[].phoneHq.nationalstringNumber in national format.
data.companies[].phoneHq.phonestringPhone number as Prospeo stores it.
data.companies[].revenueRangeobjectAnnual revenue band in USD.
data.companies[].revenueRange.maxnumberUpper bound in USD.
data.companies[].revenueRange.minnumberLower bound in USD.
data.companies[].revenueRangePrintedstringAnnual revenue band as a display string.
data.companies[].sicCodesstring[]SIC classification codes for the company.
data.companies[].technologiesstring[]Technologies Prospeo detects in the company's stack.
data.companies[].twitterUrlstringCompany X (Twitter) profile URL.
data.companies[].typestringOwnership type, e.g. Private, Public, Non Profit.
data.companies[].websitestringCompany website URL.
data.companies[].youtubeUrlstringCompany YouTube channel URL.
data.currentPageintegerPage number this response holds, one-based.
data.perPageintegerResults Prospeo returns per page. Prospeo fixes this at 25 and charges one flat price per page.
data.totalCountintegerResults matching the filters across all pages.
data.totalPagesintegerPages of results behind these filters.
foundbooleanFalse when no record matched the filters.
Price
Price per requestUSD$0.066
Price /1k reqUSD$66.00

FAQ

About the Company Search Prospeo API

The AnyAPI Company Search Prospeo API returns Company Search prospeo data as normalized JSON from one POST call to /v1/run/company_search.prospeo. Build an account list from Prospeo by industry, headcount, revenue, location, technology, funding and hiring activity. One flat price per page of 25. AnyAPI returns one normalized schema whichever source serves it. It costs from $66 per 1,000 requests, in US dollars with no subscription and no monthly minimum.

It costs from $66 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Build an account list from Prospeo by industry, headcount, revenue, location, technology, funding and hiring activity. One flat price per page of 25. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Get started

Two ways to start on AnyAPI

Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients