Alchemist Accelerator Portfolio Apify Actor
Pricing
Pay per usage
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
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_companiesAPI URLs - Follows
links.nextthrough 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 URLsmaxItems: maximum number of unique records to emit
Output fields
| Field | Type | Description |
|---|---|---|
company_name | string | Public company name |
alchemist_profile_url | string | Public Alchemist profile URL |
source_api_url | string | API URL for the company record |
slug | string | Public slug |
class_number | integer | Alchemist class number |
country_location | string | Public location text |
status | string | Public company status |
employee_range | string | Employee range |
one_liner | string | Short summary |
company_description | string | Longer description |
sector_tags | array | Best-effort public classifications |
logo_url | string | Public logo URL |
public_asset_flags | object | Demo/deck presence and visibility flags |
last_seen_timestamp | date | UTC 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.