POST /api/seedrs/campaigns/search
Price: 1 credit
Search Seedrs (Republic Europe) live equity crowdfunding campaigns with filters and sort
Search Seedrs (europe.republic.com) live equity crowdfunding campaigns raising now. Filter by free-text keyword, sectors, impact tags, business types, UK tax relief (EIS/SEIS), and campaign types; sort by trending, valuation, percentage raised, closing date, investor count and more. Each result carries equity terms (valuation, equity_offered, share_price), funding progress, sectors, and Companies House linkage.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)search string nullable — Free-text keyword to match campaignssectors array nullable — Filter by one or more sectors (one of: "advertising-and-marketing", "automotive-and-transport", "clothing-and-accessories", "content-and-information", "data-and-analytics", "energy", "entertainment", "finance-and-payments", "food-and-beverage", "games", "healthcare", "home-and-personal", "programming-and-security", "property", "recruitment-and-procurement", "saas-paas", "travel-leisure-and-sport")tags array nullable — Filter by one or more impact tags (one of: "european", "female-founder", "sustainability", "crypto", "b-corp", "cbd", "social-impact")business_types array nullable — Filter by one or more business types (one of: "b2b", "b2c", "mixed-b2b-b2c", "digital", "non-digital", "mixed-digital-non-digital")tax_eligibilities array nullable — Filter by UK tax relief eligibility (one of: "eis", "seis", "none")types array nullable — Filter by one or more campaign / pitch types (one of: "equity", "cohort", "vct", "seis_fund", "eis_fund", "limited_partnership_fund", "convertible", "secondary", "auto_invest_fund", "sharedrop", "debt", "spv", "growth_secondary")sort string — Sort order (default: "trending_desc"; one of: "trending_desc", "trending_asc", "business_name_desc", "business_name_asc", "closing_date_asc", "closing_date_desc", "percentage_raised_asc", "percentage_raised_desc", "most_recent_asc", "most_recent_desc", "valuation_desc", "valuation_asc", "investment_sought_desc", "investment_sought_asc", "investors_count_desc", "investors_count_asc")trending_in string nullable — Two-letter country code used to rank trending campaigns (default: "GB"; examples: "GB")include_prereg boolean — Include pre-registration (launching soon) campaigns in the results (default: false)count integer required — Number of campaigns to return (min: 1)@type string (default: "SeedrsCampaign")id integer requiredalias string requiredname string requireddescription string nullableurl string requiredimage string nullablecover_image string nullablecurrency string nullablestatus string nullablecampaign_type string nullableinvestment_raised number nullableinvestment_sought number nullablepre_money_valuation number nullableequity_offered number nullableequity_offered_for_investment_raised number nullableinvestor_count integer nullablepercentage_amount_raised number nullabletax_eligibility string nullableexpires_at string nullablenth_round integer nullablebusiness_id integer nullablelisted boolean nullablefeatured boolean nullabletarget_eu boolean nullabletokenisable boolean nullablepreemption boolean nullableeligible_for_membership_benefits boolean nullableallowed_investor_type string nullablelisted_type string nullablevideo_url string nullableaddress object nullable@type string (default: "SeedrsAddress")line_1 string nullableline_2 string nullablecity string nullablecountry string nullablepostcode string nullablewebsite_url string nullabletwitter_url string nullablelinkedin_url string nullablefacebook_url string nullableinstagram_url string nullablecompanies_house_number string nullableincorporation_date string nullableshare_price number nullableminimum_investment_amount number nullablevaluation_cap number nullableapproved_date string nullablego_live_date string nullablehas_business_representative boolean nullableaccept_secondary_market boolean nullableshare_price_change_percentage number nullablelast_share_price_changed_at string nullablehighlights array (default: [])categories array (default: [])@type string (default: "SeedrsCategory")id integer nullablename string requiredalias string nullablepitch array (default: [])@type string (default: "SeedrsPitchBlock")block_type string requiredtext string nullableimage string nullable422 — 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.