Skip to main content
POST
/
api
/
crunchbase
/
db
/
search
/crunchbase/db/search
curl --request POST \
  --url https://api.anysite.io/api/crunchbase/db/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 99,
  "timeout": 300,
  "keywords": "FinTech",
  "location": "San Francisco",
  "industry": "SaaS",
  "employee_count_min": 11,
  "employee_count_max": 500,
  "founded_after": 1577836800,
  "founded_before": 1703980800,
  "last_funding_date_after": 1672531200,
  "last_funding_date_before": 1735603200,
  "last_funding_type": "series_a",
  "funding_total_min": 5000000,
  "funding_total_max": 200000000,
  "investors": "Sequoia Capital"
}
'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "alias": "<string>",
    "url": "<string>",
    "short_description": "<string>",
    "description": "<string>",
    "@type": "@crunchbase_company",
    "logo_url": "<string>",
    "legal_name": "<string>",
    "website": "<string>",
    "founded_on": "<string>",
    "operating_status": "<string>",
    "company_type": "<string>",
    "ipo_status": "<string>",
    "employee_count_range": "<string>",
    "revenue_range": "<string>",
    "categories": [],
    "location": {
      "@type": "@crunchbase_location",
      "city": "<string>",
      "region": "<string>",
      "country": "<string>",
      "country_code": "<string>",
      "continent": "<string>",
      "groups": []
    },
    "contacts": {
      "@type": "@crunchbase_contacts",
      "email": "<string>",
      "phone": "<string>",
      "facebook_url": "<string>",
      "linkedin_url": "<string>",
      "twitter_url": "<string>",
      "num_contacts": 123,
      "num_contact_emails": 123,
      "num_contact_phones": 123
    },
    "funding": {
      "@type": "@crunchbase_funding",
      "stock_symbol": "<string>",
      "total_usd": 123,
      "num_rounds": 123,
      "last_type": "<string>",
      "last_at": "<string>",
      "num_investors": 123,
      "num_lead_investors": 123,
      "num_lead_investments": 123
    },
    "metrics": {
      "@type": "@crunchbase_metrics",
      "cb_rank": 123,
      "rank_delta": 123,
      "num_investments": 123,
      "num_acquisitions": 123,
      "num_exits": 123,
      "num_current_positions": 123,
      "num_sub_organizations": 123,
      "num_current_advisor_positions": 123,
      "heat_score": 123,
      "heat_score_delta": 123,
      "growth_score": 123,
      "growth_score_delta": 123,
      "semrush_global_rank": 123,
      "semrush_visits_latest_month": 123,
      "semrush_visits_mom_pct": 123,
      "semrush_bounce_rate": 123,
      "semrush_visit_duration": 123,
      "semrush_visit_pageviews": 123,
      "builtwith_num_technologies": 123,
      "siftery_num_products": 123,
      "aberdeen_it_spend_usd": 123
    },
    "ipo": {
      "@type": "@crunchbase_ipo",
      "went_public_on": "<string>",
      "share_price_usd": 123,
      "amount_raised_usd": 123,
      "valuation_usd": 123
    },
    "patents": {
      "@type": "@crunchbase_patents",
      "num_patents_granted": 123,
      "num_trademarks_registered": 123,
      "popular_patent_category": "<string>",
      "popular_trademark_class": "<string>"
    },
    "acquired_by": {
      "name": "<string>",
      "@type": "@crunchbase_acquired_by",
      "alias": "<string>",
      "announced_on": "<string>",
      "acquisition_type": "<string>"
    },
    "related": {
      "@type": "@crunchbase_related",
      "aliases": [],
      "founders": [],
      "investors": [],
      "competitors": []
    },
    "leadership_hires": [],
    "siftery_products": [],
    "bombora_surges": [],
    "apptopia": {
      "@type": "@crunchbase_apptopia",
      "total_apps": 123,
      "total_downloads": 123,
      "apps": []
    },
    "predictions": {
      "@type": "@crunchbase_predictions",
      "growth_score": 123,
      "growth_tier": "<string>",
      "funding_score": 123,
      "funding_tier": "<string>",
      "acquisition_score": 123,
      "acquisition_tier": "<string>",
      "ipo_score": 123,
      "ipo_tier": "<string>",
      "ipo_media_sentiment": "<string>"
    },
    "technologies": [],
    "employees": [],
    "investors": [],
    "products": [],
    "acquisitions": [],
    "funding_rounds": [],
    "investments": [],
    "layoffs": [],
    "awards": [],
    "offices": [],
    "news": []
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
count
integer
required

Max result count

Required range: x <= 100
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keywords

Description keywords. Example: 'FinTech' or ['RegTech', 'FinTech']

Example:

"FinTech"

location

HQ locations. Example: 'Boston' or ['San Francisco', 'Boston']

Example:

"San Francisco"

industry

Industries. Example: 'SaaS' or ['SaaS', 'Cloud Computing']

Example:

"SaaS"

employee_count_min
enum<integer> | null

Min employee count. Allowed: 1, 11, 51, 101, 251, 501, 1001, 5001, 10001

Available options:
1,
11,
51,
101,
251,
501,
1001,
5001,
10001
Example:

11

employee_count_max
enum<integer> | null

Max employee count. Allowed: 10, 50, 100, 250, 500, 1000, 5000, 10000, 10001

Available options:
10,
50,
100,
250,
500,
1000,
5000,
10000,
10001
Example:

500

founded_after
integer | null

Founded after date as Unix timestamp. Example: 1577836800

Example:

1577836800

founded_before
integer | null

Founded before date as Unix timestamp. Example: 1703980800

Example:

1703980800

last_funding_date_after
integer | null

Last funding date after as Unix timestamp. Example: 1672531200

Example:

1672531200

last_funding_date_before
integer | null

Last funding date before as Unix timestamp. Example: 1735603200

Example:

1735603200

last_funding_type

Last funding round type(s)

Available options:
pre_seed,
seed,
series_a,
series_b,
series_c,
series_d,
series_e,
series_f,
series_g,
series_h,
series_i,
series_j,
angel,
convertible_note,
corporate_round,
debt_financing,
equity_crowdfunding,
grant,
initial_coin_offering,
non_equity_assistance,
post_ipo_debt,
post_ipo_equity,
post_ipo_secondary,
private_equity,
product_crowdfunding,
secondary_market,
undisclosed
Example:

"series_a"

funding_total_min
integer | null

Min total funding raised in USD. Example: 5000000

Required range: x >= 0
Example:

5000000

funding_total_max
integer | null

Max total funding raised in USD. Example: 200000000

Required range: x >= 0
Example:

200000000

investors

Investor names. Example: 'Sequoia Capital' or ['Sequoia Capital', 'Andreessen Horowitz']

Example:

"Sequoia Capital"

Response

Successful Response

id
string<uuid>
required
name
string
required
alias
string
required
url
string
required
short_description
string
required
description
string
required
@type
string
default:@crunchbase_company
logo_url
string | null
website
string | null
founded_on
string | null
operating_status
string | null
company_type
string | null
ipo_status
string | null
employee_count_range
string | null
revenue_range
string | null
categories
string[]
location
CrunchbaseLocation · object
contacts
CrunchbaseContacts · object
funding
CrunchbaseFunding · object
metrics
CrunchbaseMetrics · object
ipo
CrunchbaseIPO · object
patents
CrunchbasePatents · object
acquired_by
CrunchbaseAcquiredBy · object
leadership_hires
CrunchbaseLeadershipHire · object[]
siftery_products
CrunchbaseSifteryProduct · object[]
bombora_surges
CrunchbaseBomboraSurge · object[]
apptopia
CrunchbaseApptopia · object
predictions
CrunchbasePredictions · object
technologies
CrunchbaseTechnology · object[]
employees
CrunchbaseEmployee · object[]
investors
CrunchbaseInvestor · object[]
products
CrunchbaseProduct · object[]
acquisitions
CrunchbaseAcquisition · object[]
funding_rounds
CrunchbaseFundingRound · object[]
investments
CrunchbaseInvestment · object[]
layoffs
CrunchbaseLayoff · object[]
awards
CrunchbaseAward · object[]
offices
CrunchbaseOffice · object[]
news
CrunchbaseNews · object[]