TinySeed Scraper avatar
TinySeed Scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
TinySeed Scraper

TinySeed Scraper

Scrapes TinySeed's portfolio

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maxime

Maxime

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

6 minutes ago

Last modified

Share

Scrapes the TinySeed portfolio page (tinyseed.com/portfolio). Uses CheerioCrawler in a two-stage crawl: first extracts company names, descriptions, and website URLs from the Squarespace-rendered portfolio page, then visits each company's website to extract emails using the shared scrapeEmails() utility.

Input

{
"maxNbItemsToScrape": 20,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [],
"apifyProxyCountry": "US"
}
}
ParameterTypeRequiredDefaultDescription
maxNbItemsToScrapeintegerNoNo limitMax companies to scrape (min 1)
proxyConfigurationobjectYesApify US proxyProxy settings

Sample output

{
"url": "https://example.com",
"listingUrl": null,
"name": "Example SaaS",
"tagline": null,
"description": "A project management tool for remote teams.",
"contacts": [],
"emails": ["hello@example.com", "support@example.com"]
}

Unified output

All scrapers in this collection (except Website Emails Scraper) share the same 7-field output structure. This makes it straightforward to combine leads from multiple platforms into a single pipeline — no field mapping needed.

More scrapers