Alchemist Accelerator Portfolio Apify Actor avatar

Alchemist Accelerator Portfolio Apify Actor

Pricing

Pay per usage

Go to Apify Store
Alchemist Accelerator Portfolio Apify Actor

Alchemist Accelerator Portfolio Apify Actor

Scrapes the public Alchemist Accelerator portfolio API into structured company records with source links and public asset flags.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrapes the public Alchemist Accelerator portfolio into structured company records with public profile links, class numbers, location, status, and public asset flags.

What it does

  • Starts from one or more Alchemist portfolio page URLs or direct alchemist_companies API URLs
  • Follows links.next through the public API
  • Emits normalized company records into the default dataset
  • Skips duplicate records across seed URLs

Input

  • startUrls: portfolio URLs or public API listing URLs
  • maxItems: maximum number of unique records to emit

Output fields

FieldTypeDescription
company_namestringPublic company name
alchemist_profile_urlstringPublic Alchemist profile URL
source_api_urlstringAPI URL for the company record
slugstringPublic slug
class_numberintegerAlchemist class number
country_locationstringPublic location text
statusstringPublic company status
employee_rangestringEmployee range
one_linerstringShort summary
company_descriptionstringLonger description
sector_tagsarrayBest-effort public classifications
logo_urlstringPublic logo URL
public_asset_flagsobjectDemo/deck presence and visibility flags
last_seen_timestampdateUTC scrape timestamp

Real example

{
"company_name": "AC3D",
"alchemist_profile_url": "https://vault.alchemistaccelerator.com/companies/public/ac3d",
"source_api_url": "https://vault.alchemistaccelerator.com/api/v1/companies/26139",
"slug": "ac3d",
"class_number": 34,
"country_location": "Los Angeles, CA, USA",
"status": "Active",
"employee_range": "1-10",
"one_liner": "Next Gen 3D Printers making construction cheaper, greener and more productive.",
"company_description": "Next Gen Construction 3D Printers",
"sector_tags": ["startup"],
"logo_url": "https://vault.alchemistaccelerator.com/upload/868daf85f6fd4272b715c1a2eaf081ed.png",
"public_asset_flags": {
"has_demo_video": true,
"has_pitch_deck": true,
"hide_pitch_video_section": false,
"hide_pitch_deck_section": false
},
"last_seen_timestamp": "2026-07-09T05:25:43.857195+00:00"
}

Use cases

  • B2B lead generation and startup portfolio mapping
  • VC and accelerator market analysis
  • Startup data enrichment for internal tools

Pricing

Recommended price: $2.99 per 1,000 results

Example costs:

  • 100 results: $0.30
  • 500 results: $1.50
  • 1,000 results: $2.99
  • 5,000 results: $14.95

Notes

  • No login is required.
  • The actor uses the public API backing the portfolio page.
  • Rate limiting is set to 1 second between page requests.