Tiny Startups Scraper avatar

Tiny Startups Scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
Tiny Startups Scraper

Tiny Startups Scraper

Scrapes this week's launches on Tiny Startups

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maxime

Maxime

Maintained by Community

Actor stats

0

Bookmarked

25

Total users

2

Monthly active users

19 hours ago

Last modified

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 limit and expand once the lead quality looks right.

⚡️ TRY IT FOR FREE


🏆 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

  1. Open the Input tab and set Startup limit to 8 for a small first run, or leave it empty or set it to 0 if you want the full homepage.
  2. Leave Include promoted listings? off for an organic-only run, and keep Scrape emails? on if you want website-email enrichment in the same run.
  3. Leave Proxy configuration on the default Apify proxy setup unless you already know you want direct mode.
  4. 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

FieldTypeDescription
urlstringThe startup's website URL after Tiny Startups tracking params are removed.
listingUrlnullPer-startup listing URL. This actor does not expose one for Tiny Startups, so the field is always null.
namestring | nullStartup name from the homepage card.
taglinestring | nullShort one-line summary from the homepage card.
descriptionnullLong-form description. Tiny Startups does not expose it for this actor, so the field is always null.
isPromotedListingbooleanWhether Tiny Startups marked the homepage card as promoted.
contactsarrayContact-person objects. This actor currently emits an empty array.
emailsarray of stringsEmail addresses found on the startup website when email scraping is enabled.

🛠️ Input

Example

{
"maxNbItemsToScrape": 8,
"shouldIncludePromotedListings": false,
"shouldScrapeEmails": true,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Params

FieldTypeDescriptionDefault / empty behavior
maxNbItemsToScrapeintegerStartup limit. Caps how many eligible Tiny Startups homepage cards are emitted.Empty or 0 scrapes all eligible startups.
shouldIncludePromotedListingsbooleanInclude promoted listings?. Adds Tiny Startups promoted cards to the result set.Defaults to false.
shouldScrapeEmailsbooleanScrape emails?. Shallow-crawls each startup website for contact emails.Defaults to true.
proxyConfigurationobjectProxy 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, and proxyConfiguration: { "useApifyProxy": false }.
  • maxNbItemsToScrape is applied after promoted-card filtering. When shouldIncludePromotedListings is false, promoted cards are skipped before the cap is counted.
  • listingUrl and description are always null, and contacts is 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é