Skip to main content
POST
/
api
/
seedrs
/
campaigns
/
search
/seedrs/campaigns/search
curl --request POST \
  --url https://api.anysite.io/api/seedrs/campaigns/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "search": "<string>",
  "sectors": [],
  "tags": [],
  "business_types": [],
  "tax_eligibilities": [],
  "types": [],
  "sort": "trending_desc",
  "trending_in": "GB",
  "include_prereg": false
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "url": "<string>",
    "@type": "SeedrsCampaign",
    "description": "<string>",
    "image": "<string>",
    "cover_image": "<string>",
    "currency": "<string>",
    "status": "<string>",
    "campaign_type": "<string>",
    "investment_raised": 123,
    "investment_sought": 123,
    "pre_money_valuation": 123,
    "equity_offered": 123,
    "equity_offered_for_investment_raised": 123,
    "investor_count": 123,
    "percentage_amount_raised": 123,
    "tax_eligibility": "<string>",
    "expires_at": "<string>",
    "nth_round": 123,
    "business_id": 123,
    "listed": true,
    "featured": true,
    "target_eu": true,
    "tokenisable": true,
    "preemption": true,
    "eligible_for_membership_benefits": true,
    "allowed_investor_type": "<string>",
    "listed_type": "<string>",
    "video_url": "<string>",
    "address": {
      "@type": "SeedrsAddress",
      "line_1": "<string>",
      "line_2": "<string>",
      "city": "<string>",
      "country": "<string>",
      "postcode": "<string>"
    },
    "website_url": "<string>",
    "twitter_url": "<string>",
    "linkedin_url": "<string>",
    "facebook_url": "<string>",
    "instagram_url": "<string>",
    "companies_house_number": "<string>",
    "incorporation_date": "<string>",
    "share_price": 123,
    "minimum_investment_amount": 123,
    "valuation_cap": 123,
    "approved_date": "<string>",
    "go_live_date": "<string>",
    "has_business_representative": true,
    "accept_secondary_market": true,
    "share_price_change_percentage": 123,
    "last_share_price_changed_at": "<string>",
    "highlights": [],
    "categories": [],
    "pitch": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of campaigns to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
search
string | null

Free-text keyword to match campaigns

sectors
enum<string>[] | null

Filter by one or more sectors

Available options:
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
enum<string>[] | null

Filter by one or more impact tags

Available options:
european,
female-founder,
sustainability,
crypto,
b-corp,
cbd,
social-impact
business_types
enum<string>[] | null

Filter by one or more business types

Available options:
b2b,
b2c,
mixed-b2b-b2c,
digital,
non-digital,
mixed-digital-non-digital
tax_eligibilities
enum<string>[] | null

Filter by UK tax relief eligibility

Available options:
eis,
seis,
none
types
enum<string>[] | null

Filter by one or more campaign / pitch types

Available options:
equity,
cohort,
vct,
seis_fund,
eis_fund,
limited_partnership_fund,
convertible,
secondary,
auto_invest_fund,
sharedrop,
debt,
spv,
growth_secondary
sort
enum<string>
default:trending_desc

Sort order

Available options:
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

Two-letter country code used to rank trending campaigns

Example:

"GB"

include_prereg
boolean
default:false

Include pre-registration (launching soon) campaigns in the results

Response

Successful Response

id
integer
required
alias
string
required
name
string
required
url
string
required
@type
string
default:SeedrsCampaign
description
string | null
image
string | null
cover_image
string | null
currency
string | null
status
string | null
campaign_type
string | null
investment_raised
number | null
investment_sought
number | null
pre_money_valuation
number | null
equity_offered
number | null
equity_offered_for_investment_raised
number | null
investor_count
integer | null
percentage_amount_raised
number | null
tax_eligibility
string | null
expires_at
string | null
nth_round
integer | null
business_id
integer | null
listed
boolean | null
target_eu
boolean | null
tokenisable
boolean | null
preemption
boolean | null
eligible_for_membership_benefits
boolean | null
allowed_investor_type
string | null
listed_type
string | null
video_url
string | null
address
object | null
website_url
string | null
twitter_url
string | null
linkedin_url
string | null
facebook_url
string | null
instagram_url
string | null
companies_house_number
string | null
incorporation_date
string | null
share_price
number | null
minimum_investment_amount
number | null
valuation_cap
number | null
approved_date
string | null
go_live_date
string | null
has_business_representative
boolean | null
accept_secondary_market
boolean | null
share_price_change_percentage
number | null
last_share_price_changed_at
string | null
highlights
string[]
categories
object[]
pitch
object[]