Tiny Startups Scraper avatar

Tiny Startups Scraper

Pricing

from $0.02 / 1,000 startup or deals

Go to Apify Store
Tiny Startups Scraper

Tiny Startups Scraper

Collect public Tiny Startups launches, rankings, search matches, daily picks, and deals. Export websites, source links, ranks, upvotes, creators, offer details, and public emails when found.

Pricing

from $0.02 / 1,000 startup or deals

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

32

Total users

6

Monthly active users

14 hours ago

Last modified

Categories

Share

🚀 Turn Tiny Startups listings into research-ready data

Tiny Startups Scraper helps founders, researchers, marketers, and sales teams collect public Tiny Startups launches and deals as structured rows. Choose one weekly, archive, all-time, daily, deals, or keyword-search surface per run, then export startup links, ranks, upvotes, creator details, offer data, and public website emails when found.

📦 Data you can get

Each saved row is either a startup/launch or a deal. The rowType field distinguishes the two shapes.

  • Startup identity: startupId, name, tagline, and description.
  • Source context: sourceMode, listingUrl, category, rank, upvoteCount, launchDate, and available verification, promotion, paid-listing, and backlink indicators.
  • Website details: websiteUrl and public emails discovered automatically on the startup's own website.
  • Creator details: name, username, Tiny Startups profile URL, and X URL when exposed.
  • Deal details: dealId, headline, code, type, description, and expiration time.
  • Media references: logoUrl and featuredImageUrl when exposed.

Unavailable optional values remain null or []; the Actor does not invent missing source data or email addresses.

🚀 Running the Actor

  1. Open the Input tab.
  2. Choose one Target. For a first run, keep This week's launches.
  3. Keep Maximum listings at the prefilled value for a bounded run, or set it to 0 for every available listing on the selected target.
  4. Leave Include promoted listings off for listings not explicitly marked as promoted or paid.
  5. Run the Actor and open the dataset or export it through the Apify API.

For a search run, choose Keyword search and provide one or more search keywords. Email discovery is automatic; not finding an email does not remove an otherwise valid listing.

🛠️ Input

{
"target": "search",
"searchQueries": ["developer tools"],
"maxNbItemsToScrape": 30,
"shouldIncludePromotedListings": false,
"shouldIncludeDeals": false
}
FieldTypeDescriptionDefault
targetstringOne surface per run: weekly, archive, allTime, today, deals, or search.Required; prefilled weekly
searchQueriesstring[]One or more keywords used only with the search target.Empty
maxNbItemsToScrapeintegerMaximum listings saved across the run. Use 0 for every available listing on the selected target.0; prefilled 30
shouldIncludePromotedListingsbooleanInclude startup rows Tiny Startups explicitly identifies as promoted or paid.false
shouldIncludeDealsbooleanAlso collect public deal rows alongside the selected non-deals target, within the same run-wide limit.false

Choose the deals target when deals are your main interest. Deal rows and startup rows share the run-wide limit.

📊 Output example

{
"rowType": "startup",
"sourceMode": "weekly",
"startupId": "cmoyhvv8e001fzerc44xqjstc",
"name": "FlashTTS",
"tagline": "Text-to-speech for product teams",
"description": "Voice generation for teams building audio features.",
"websiteUrl": "https://www.flashtts.com/",
"listingUrl": "https://www.tinystartups.com/startup/flashtts",
"category": "Productivity",
"rank": 1,
"upvoteCount": 98,
"launchDate": "2026-05-26T11:15:00.000Z",
"isVerified": null,
"isPromotedListing": false,
"isPaidListing": false,
"backlinkUrl": null,
"creator": {
"name": "Alex Founder",
"username": "alex",
"profileUrl": null,
"xUrl": null
},
"logoUrl": "https://www.tinystartups.com/logos/flashtts.png",
"featuredImageUrl": null,
"emails": ["hello@flashtts.com"]
}

See the Output tab for both complete row shapes.

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each successful listing saved to the default dataset. Skipped promoted listings, invalid or unavailable source entries, failed email lookups, and searches that save no listings do not create listing charges.

Public website email discovery is included in the listing charge. A startup can still be saved with emails: [] when no public email is found.

🔌 Integrations

  • Export the Apify dataset as JSON, CSV, Excel, XML, or HTML.
  • Call the Actor through the Apify API from your application or pipeline.
  • Schedule recurring runs for a chosen feed or search.
  • Use Apify webhooks to notify downstream workflows when a run finishes.

❓ FAQ

Can I search for more than one keyword in a run?

Yes. Choose Keyword search and add multiple values to Search keywords. They form one search target and share the same run-wide listing limit; duplicate listings are saved once.

Can I collect only deals?

Yes. Set Target to Exclusive deals. You can also enable Include deal listings with another target, but all saved rows share the same limit.

Can I exclude promoted listings?

Yes. They are excluded by default when Tiny Startups explicitly marks a startup listing as promoted or paid. Enable Include promoted listings to retain those startup rows.

What happens when no public email is found?

The startup or deal row can still be saved with emails: []. Email discovery is best-effort enrichment, not a requirement for a valid listing.

Does this Actor need a Tiny Startups account or API key?

No. It reads publicly accessible Tiny Startups data and does not ask for Tiny Startups credentials, cookies, or a source API key.

Can one run collect every Tiny Startups feed?

No. Choose one primary surface per run. The optional deal switch can add deal rows alongside that surface, and multiple keywords are supported within the search target.

Why use this instead of a source API?

The Actor provides normalized dataset rows, export formats, API access, schedules, and webhooks around public Tiny Startups data without requiring a source API key.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, open an Actor issue.

Made with ❤️ by Maxime Dupré