Skip to main content
POST
/
api
/
seedrs
/
businesses
/seedrs/businesses
curl --request POST \
  --url https://api.anysite.io/api/seedrs/businesses \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "business": "<string>",
  "timeout": 300
}
'
[
  {
    "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
business
string
required

Business slug ('revolut') or business URL ('https://europe.republic.com/revolut')

Minimum string length: 1
Examples:

"revolut"

"https://europe.republic.com/revolut"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

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