VentureRadar Similar Companies Scraper avatar

VentureRadar Similar Companies Scraper

Pricing

Pay per event

Go to Apify Store
VentureRadar Similar Companies Scraper

VentureRadar Similar Companies Scraper

Discover lookalike companies from VentureRadar. Two modes: similar companies (6 per seed by company name) or keyword search (top companies per tag). Outputs name, UUID, country, founded year, description, sectors, website, and VentureRadar scores.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Discover lookalike and keyword-ranked companies from VentureRadar. Two modes:

  • Similar Companies — provide a company name and get the 6 most similar companies per seed, with full metadata and VentureRadar scores.
  • Keyword Search — provide a keyword (e.g. "fintech", "SaaS", "AI") and get the top ranked companies matching that theme.

No account or login required for either mode.

What Does This Scraper Extract?

Each company record includes:

FieldDescription
company_nameCompany name
company_uuidVentureRadar internal UUID
profile_urlDirect link to the VentureRadar company profile
company_typePrivately Held, Publicly Traded, etc.
founded_yearYear the company was founded
countryCountry of headquarters
descriptionShort company description
websiteCompany website URL
sectorsSemicolon-separated sector/industry tags
similarity_scoreVentureRadar similarity score (similar mode only)
vr_popularityVentureRadar popularity score (similar mode only)
growth_scoreVentureRadar growth score (similar mode only)
venture_fundedWhether the company has received VC funding
equity_crowd_fundedWhether the company has equity crowdfunding
government_grantWhether the company has government grants
incubator_backedWhether the company has been through an incubator
contact_emailContact email, when available (similar mode only)
seedThe seed value used (company name or keyword)
modeSearch mode used: similar or keyword

Input

Search Mode

Choose between:

  • "similar" — find companies similar to seed company names
  • "keyword" — find top-ranked companies for a keyword/theme

Similar Mode

{
"mode": "similar",
"companyNames": ["Stripe", "Shopify"],
"maxItems": 50
}

The actor automatically resolves each company name to its VentureRadar UUID. Returns up to 6 similar companies per seed on the free tier.

Keyword Mode

{
"mode": "keyword",
"keywords": ["fintech", "SaaS", "AI"],
"maxItems": 100
}

Returns up to ~32 top-ranked companies per keyword from VentureRadar's company database.

Input Parameters

ParameterTypeDescription
modestring"similar" or "keyword" (required)
companyNamesarraySeed company names for similar mode
keywordsarrayKeywords for keyword search mode
maxItemsintegerMaximum total records to return (default: 10)

Example Output

{
"seed": "Stripe",
"seed_uuid": "9e5dc665-e4c3-43b7-b904-4b041f4bf76b",
"mode": "similar",
"company_name": "Adyen",
"company_uuid": "adc15163-e2e8-4053-a022-63e3d66218fc",
"profile_url": "https://www.ventureradar.com/organisation/Adyen/adc15163-e2e8-4053-a022-63e3d66218fc",
"company_type": "Publicly Traded",
"founded_year": 2006,
"country": "Netherlands",
"description": "Adyen is at the heart of the fast moving payment revolution...",
"website": "http://www.adyen.com/",
"sectors": "Fintech; Payments; E-Commerce; Mobile payments",
"similarity_score": 817,
"vr_popularity": 917,
"growth_score": 700,
"venture_funded": false,
"equity_crowd_funded": false,
"government_grant": false,
"incubator_backed": false,
"contact_email": null
}

Use Cases

  • Competitive intelligence — find direct competitors and lookalike companies
  • Market research — discover companies in a vertical or theme
  • Lead generation — build lists of companies in a specific sector
  • Due diligence — explore the competitive landscape around a target company
  • Portfolio analysis — find peers for portfolio companies

Notes

  • Similar mode resolves company names to VentureRadar UUIDs automatically — no pre-lookup needed.
  • Free tier limit is 6 similar companies per seed. This is a VentureRadar platform restriction.
  • Keyword mode returns the top companies ranked by VentureRadar's scoring algorithm.
  • Both modes use VentureRadar's internal AJAX APIs. No login is required.