POST /api/wefunder/companies/search
Price: 10 credits
Search / browse Wefunder Regulation Crowdfunding companies with industry, highlight and sort filters
Browse Wefunder (wefunder.com) Regulation Crowdfunding companies. Filter live (fundraising) or funded companies by industry / vertical, highlights (VC-backed, Y Combinator, minority/female/veteran founder, profitable...) and security type; sort by trending, newest, closing soon, most funded, most raised, investor count or percent funded. Each result carries funding progress (total_raised_this_campaign, percent_funded, investor_count), financials (annual_revenue, cash_in_bank, past_funding), pre-money valuation, location and founder info.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)status string — Fundraise status to browse (default: "fundraising"; one of: "fundraising", "funded")industries array nullable — Filter by one or more industries / verticals (one of: "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 array nullable — Filter by one or more company highlights (one of: "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 string nullable — Filter by security / instrument type (one of: "equity", "debt", "safe", "revenue_share")sort string — Sort order (default: "trending"; one of: "trending", "newest", "closing_soon", "most_funded", "most_raised", "most_investors", "percent_funded")count integer required — Number of companies to return (min: 1)@type string (default: "WefunderCompanyCard")id integer requiredalias string requiredname string requiredlegal_name string nullabletagline string nullabledescription string nullablefact string nullableurl string nullableimage string nullablecover_image string nullablecard_image string nullablevideo_url string nullableregion string nullablecity string nullablestate string nullablecountry string nullablegeo_lat number nullablegeo_lng number nullablecurrency string nullablesecurity_type string nullablestatus_tier number nullablelabel string nullableis_fund boolean nullablefollower_count integer nullablepre_money_valuation string nullableearly_bird_valuation string nullabletotal_raised_this_campaign number nullabletotal_investor_count_this_campaign integer nullablefunding_amount number nullablepercent_funded number nullablepast_funding number nullableannual_revenue number nullablecash_in_bank number nullableinvestor_count integer nullableage_in_months integer nullablefunding_amount_past_week number nullablefunding_amount_past_month number nullablequality_score number nullablefundraise_host string nullablecreated_at integer nullablefunding_started_at integer nullablefunding_closed_at integer nullablefunding_closing_at integer nullablefounder object nullable@type string (default: "WefunderFounderInfo")name string requiredbio string nullableimage string nullableindustries array (default: [])tags array (default: [])422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — The entity was not found, or a precondition failed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.