Skip to main content
POST
/
api
/
seedrs
/
businesses
/
search
/seedrs/businesses/search
curl --request POST \
  --url https://api.anysite.io/api/seedrs/businesses/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "sectors": [],
  "tags": [],
  "business_types": [],
  "sort": "trending_desc",
  "funded": true
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "url": "<string>",
    "@type": "SeedrsBusiness",
    "description": "<string>",
    "image": "<string>",
    "cover_image": "<string>",
    "country": "<string>",
    "currency": "<string>",
    "funded_through_cohort": true,
    "current_valuation": 123,
    "total_raised_amount": 123,
    "performance": 123,
    "investor_count": 123,
    "available_shares": 123,
    "state": "<string>",
    "is_raising": true,
    "sector": {
      "name": "<string>",
      "@type": "SeedrsCategory",
      "id": 123,
      "alias": "<string>"
    },
    "customer_type": {
      "name": "<string>",
      "@type": "SeedrsCategory",
      "id": 123,
      "alias": "<string>"
    },
    "digitisation": {
      "name": "<string>",
      "@type": "SeedrsCategory",
      "id": 123,
      "alias": "<string>"
    },
    "eligible": true,
    "last_trading_cycle_amount_sold": 123,
    "next_business_update_due_at": "<string>",
    "last_business_update_published_at": "<string>",
    "last_business_update_requested_at": "<string>",
    "funding_rounds_count": 123,
    "raising_now_campaign_slug": "<string>",
    "percentage_raising": 123,
    "secondary_market": {
      "@type": "SeedrsSecondaryMarket",
      "eligible": true,
      "available_shares": 123,
      "last_trading_cycle_amount_sold": 123
    },
    "share_prices": [],
    "health_message": "<string>",
    "transfer_rights": "<string>",
    "nominee_investment": true,
    "shareholder": true,
    "has_active_buy_offer": true,
    "requested_shares": 123,
    "incorporation_date": "<string>",
    "companies_house_number": "<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>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of businesses to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
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
sort
enum<string>
default:trending_desc

Sort order

Available options:
trending_desc,
trending_asc,
name_desc,
name_asc,
funded_date_desc,
funded_date_asc,
valuation_desc,
valuation_asc,
performance_desc,
performance_asc,
investors_count_desc,
investors_count_asc,
available_shares_desc,
available_shares_asc
funded
boolean
default:true

Restrict to funded companies (the secondary market bulletin board)

Response

Successful Response

id
integer
required
alias
string
required
name
string
required
url
string
required
@type
string
default:SeedrsBusiness
description
string | null
image
string | null
cover_image
string | null
country
string | null
currency
string | null
funded_through_cohort
boolean | null
current_valuation
number | null
total_raised_amount
number | null
performance
number | null
investor_count
integer | null
available_shares
number | null
state
string | null
is_raising
boolean | null
sector
object | null
customer_type
object | null
digitisation
object | null
eligible
boolean | null
last_trading_cycle_amount_sold
number | null
next_business_update_due_at
string | null
last_business_update_published_at
string | null
last_business_update_requested_at
string | null
funding_rounds_count
integer | null
raising_now_campaign_slug
string | null
percentage_raising
number | null
secondary_market
object | null
share_prices
object[]
health_message
string | null
transfer_rights
string | null
nominee_investment
boolean | null
shareholder
boolean | null
has_active_buy_offer
boolean | null
requested_shares
number | null
incorporation_date
string | null
companies_house_number
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