Skip to main content
POST
/
api
/
wefunder
/
companies
/
search
/wefunder/companies/search
curl --request POST \
  --url https://api.anysite.io/api/wefunder/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "status": "fundraising",
  "industries": [],
  "highlights": [],
  "sort": "trending"
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "@type": "WefunderCompanyCard",
    "legal_name": "<string>",
    "tagline": "<string>",
    "description": "<string>",
    "fact": "<string>",
    "url": "<string>",
    "image": "<string>",
    "cover_image": "<string>",
    "card_image": "<string>",
    "video_url": "<string>",
    "region": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "geo_lat": 123,
    "geo_lng": 123,
    "currency": "<string>",
    "security_type": "<string>",
    "status_tier": 123,
    "label": "<string>",
    "is_fund": true,
    "follower_count": 123,
    "pre_money_valuation": "<string>",
    "early_bird_valuation": "<string>",
    "total_raised_this_campaign": 123,
    "total_investor_count_this_campaign": 123,
    "funding_amount": 123,
    "percent_funded": 123,
    "past_funding": 123,
    "annual_revenue": 123,
    "cash_in_bank": 123,
    "investor_count": 123,
    "age_in_months": 123,
    "funding_amount_past_week": 123,
    "funding_amount_past_month": 123,
    "quality_score": 123,
    "fundraise_host": "<string>",
    "created_at": 123,
    "funding_started_at": 123,
    "funding_closed_at": 123,
    "funding_closing_at": 123,
    "founder": {
      "name": "<string>",
      "@type": "WefunderFounderInfo",
      "bio": "<string>",
      "image": "<string>"
    },
    "industries": [],
    "tags": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of companies to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
status
enum<string>
default:fundraising

Fundraise status to browse

Available options:
fundraising,
funded
industries
enum<string>[] | null

Filter by one or more industries / verticals

Available options:
technology,
b2c,
b2b,
hardware,
sustainability,
consumer_goods,
entertainment,
transportation,
artificial_intelligence,
healthcare,
science_and_r_and_d,
food_and_beverage,
retail,
clean_tech,
saas,
brick_and_mortar,
media,
service,
mobile_apps,
biotech,
moonshots,
film,
ecommerce,
energy,
subscription,
recreation,
manufacturing,
events_and_festivals,
alcohol_and_vice,
bars_and_clubs,
games,
climate_change,
health_and_fitness,
agriculture_and_agtech,
marketplace,
food_tech,
fintech_and_finance,
cafe_and_food_truck,
education,
restaurant,
edtech,
music,
fashion,
real_estate,
infrastructure_and_construction,
distillery_and_vineyards,
sports,
devtools,
blockchain_and_web3,
travel_and_tourism,
childcare,
robotics,
ar_and_vr,
brewery,
pets,
sports_tech,
beauty,
home_tech
highlights
enum<string>[] | null

Filter by one or more company highlights

Available options:
tier_1_vc_backed,
venture_backed,
notable_angel,
minority_founder,
y_combinator,
female_founder,
pbc_and_b_corp,
veteran_founder,
repeat_founder,
fast_growth,
profitable,
investor_update_badge,
investment_memo
security
enum<string> | null

Filter by security / instrument type

Available options:
equity,
debt,
safe,
revenue_share
sort
enum<string>
default:trending

Sort order

Available options:
trending,
newest,
closing_soon,
most_funded,
most_raised,
most_investors,
percent_funded

Response

Successful Response

id
integer
required
alias
string
required
name
string
required
@type
string
default:WefunderCompanyCard
tagline
string | null
description
string | null
fact
string | null
url
string | null
image
string | null
cover_image
string | null
card_image
string | null
video_url
string | null
region
string | null
city
string | null
state
string | null
country
string | null
geo_lat
number | null
geo_lng
number | null
currency
string | null
security_type
string | null
status_tier
number | null
label
string | null
is_fund
boolean | null
follower_count
integer | null
pre_money_valuation
string | null
early_bird_valuation
string | null
total_raised_this_campaign
number | null
total_investor_count_this_campaign
integer | null
funding_amount
number | null
percent_funded
number | null
past_funding
number | null
annual_revenue
number | null
cash_in_bank
number | null
investor_count
integer | null
age_in_months
integer | null
funding_amount_past_week
number | null
funding_amount_past_month
number | null
quality_score
number | null
fundraise_host
string | null
created_at
integer | null
funding_started_at
integer | null
funding_closed_at
integer | null
funding_closing_at
integer | null
founder
object | null
industries
string[]
tags
string[]