Tiny Startups Scraper
Pricing
$10.00 / 1,000 results
Go to Apify Store
Pricing
$10.00 / 1,000 results
Rating
0.0
(0)
Developer
Maxime
Maintained by Community
Actor stats
0
Bookmarked
25
Total users
2
Monthly active users
19 hours ago
Last modified
Categories
Share
Find Tiny Startups leads with clean company links and optional emails
Tiny Startups Scraper reads the live homepage so you can spot companies to pitch without cleaning links by hand. Start with a small Startup limit, keep promoted listings off by default, and collect clean company links plus optional website emails in one run.
- ✅ Organic by default - promoted cards stay out unless you opt in.
- ✅ Clean company links - Tiny Startups tracking params are stripped before you review or contact each lead.
- ✅ Same-run email enrichment - startup website emails can be collected without chaining a second actor.
- ✅ Shortlist first - start with a small
Startup limitand expand once the lead quality looks right.
🏆 Benefits
- 🚀 Build a reusable Tiny Startups lead list without copying homepage cards by hand.
- 🚫 Keep paid placements separate from organic launches unless you explicitly include them.
- 🔗 Send cleaner company URLs downstream by removing Tiny Startups tracking params before export.
- 📧 Add startup-site emails in the same run when you want outreach paths alongside the company details.
🚀 Quick start
- Open the Input tab and set
Startup limitto8for a small first run, or leave it empty or set it to0if you want the full homepage. - Leave
Include promoted listings?off for an organic-only run, and keepScrape emails?on if you want website-email enrichment in the same run. - Leave
Proxy configurationon the default Apify proxy setup unless you already know you want direct mode. - Run the actor and review the finished dataset in that run, or pull the same company rows through the API.
⚙️ Features
- 📡 Reads the live Tiny Startups homepage launch list.
- 🧼 Cleans company URLs before you use them downstream.
- 🎛️ Supports promoted-listing filtering and optional website-email enrichment in the same run.
- 📄 Keeps each startup in one flat entry that is easy to export or automate with.
- 🏷️ Keeps the promoted-listing status visible for every startup.
📊 Output
See the Output tab for the full field contract.
Example
{"url": "https://tiny.supply/","listingUrl": null,"name": "tiny.supply","tagline": "Every user journey is perfect if it imitates oneself in a tiny circle.","description": null,"isPromotedListing": false,"contacts": [],"emails": ["order@tiny.supply", "hi@dariusdan.com"]}
Params
| Field | Type | Description |
|---|---|---|
url | string | The startup's website URL after Tiny Startups tracking params are removed. |
listingUrl | null | Per-startup listing URL. This actor does not expose one for Tiny Startups, so the field is always null. |
name | string | null | Startup name from the homepage card. |
tagline | string | null | Short one-line summary from the homepage card. |
description | null | Long-form description. Tiny Startups does not expose it for this actor, so the field is always null. |
isPromotedListing | boolean | Whether Tiny Startups marked the homepage card as promoted. |
contacts | array | Contact-person objects. This actor currently emits an empty array. |
emails | array of strings | Email addresses found on the startup website when email scraping is enabled. |
🛠️ Input
Example
{"maxNbItemsToScrape": 8,"shouldIncludePromotedListings": false,"shouldScrapeEmails": true,"proxyConfiguration": {"useApifyProxy": false}}
Params
| Field | Type | Description | Default / empty behavior |
|---|---|---|---|
maxNbItemsToScrape | integer | Startup limit. Caps how many eligible Tiny Startups homepage cards are emitted. | Empty or 0 scrapes all eligible startups. |
shouldIncludePromotedListings | boolean | Include promoted listings?. Adds Tiny Startups promoted cards to the result set. | Defaults to false. |
shouldScrapeEmails | boolean | Scrape emails?. Shallow-crawls each startup website for contact emails. | Defaults to true. |
proxyConfiguration | object | Proxy configuration. Controls whether requests use Apify proxy or direct mode. | Defaults to Apify proxy auto mode with US country. |
Important
- The JSON examples on this page come from one real live run with
maxNbItemsToScrape: 8,shouldIncludePromotedListings: false,shouldScrapeEmails: true, andproxyConfiguration: { "useApifyProxy": false }. maxNbItemsToScrapeis applied after promoted-card filtering. WhenshouldIncludePromotedListingsisfalse, promoted cards are skipped before the cap is counted.listingUrlanddescriptionare alwaysnull, andcontactsis always[], because Tiny Startups does not expose those values in this actor's contract.- If one startup website does not yield emails, that startup is still emitted with
emails: [].
🔍 Error handling
- If a homepage card has a missing or invalid company URL, the actor logs the affected startup and skips that row instead of failing the whole run.
- If website-email discovery fails for one startup, the actor still emits the startup with
emails: []. - Invalid input is rejected before the actor starts when it does not match the shipped Input schema.
🆘 Support
For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡
🔗 Other actors
- Product Hunt Scraper for broader startup and product-launch lead discovery with optional website enrichment.
- TinySeed Scraper for portfolio-company leads from one curated investor portfolio.
- Uneed Scraper for fresh daily tool leads with maker links and optional emails.
- Website Emails Scraper to crawl saved company sites for contact emails one row at a time.
- Twitter Scraper to find recent posts about the startups, categories, or pain points you care about.
- Reddit Scraper to track deeper buyer conversations around the same space.
Made with ❤️ by Maxime Dupré