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

Campaign slug ('athena-ai') or campaign URL ('https://europe.republic.com/athena-ai')

Minimum string length: 1
Examples:

"athena-ai"

"https://europe.republic.com/athena-ai"

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: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[]