F6S Scraper $1πŸ’° Funding, Accelerators, Events & Jobs avatar

F6S Scraper $1πŸ’° Funding, Accelerators, Events & Jobs

Pricing

from $1.00 / 1,000 results

Go to Apify Store
F6S Scraper $1πŸ’° Funding, Accelerators, Events & Jobs

F6S Scraper $1πŸ’° Funding, Accelerators, Events & Jobs

From $1/1K. Extract structured data from F6S.com. Scrape funding programs, startup accelerators, events, and jobs from a single tool. Supports both filter-based searches and F6S URLs, returns 25+ fields per record, and works on all Apify plans using datacenter proxies.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

F6S Scraper: Programs, Accelerators, Events & Jobs

Extract structured records from F6S in minutes. This scraper covers four F6S directories in one tool: funding programs, startup accelerators, startup events, and startup jobs. It returns 25+ fields per record, supports both filter search and pasted URLs, and runs on the default datacenter connection so it works on every Apify plan.

Why this scraper?

  • Four directories in one actor: programs, accelerators, events, and jobs. Most alternatives only cover programs.
  • 25+ fields per record, including investment amount, equity, deadlines, apply links, plus optional full description, funding range, website, social links, and team.
  • Two ways to start: pick filters (list type, location, keyword, program type, sort, investment, equity) or paste any F6S list URL.
  • Fast: a one-time connection setup, then pages load quickly with concurrent detail enrichment.
  • Cost-efficient: the one-time setup is reused across the whole run, so per-record cost stays low and well below typical directory scrapers.
  • Clean pagination that walks forward page by page and de-duplicates by ID.

Data you get

Sample shape: values are illustrative placeholders, not from a live listing.

FieldExample
idsample-accelerator-2026
listTypeaccelerators
nameSample Accelerator 2026
locationLondon, United Kingdom
tagsFunds Startups in AI, Fintech, SaaS
verifiedtrue
deadlineby Jan 1
investmentRaw$100k per team
investmentAmount100000
investmentCurrencyUSD
equityRaw6%
equityPercent6
profileUrlhttps://www.f6s.com/sample-accelerator-2026
aboutUrlhttps://www.f6s.com/sample-accelerator-2026/about
applyUrlhttps://www.f6s.com/sample-accelerator-2026/apply
imagehttps://www.f6s.com/content-resource/profiles/00000001_th3.jpg
descriptionFull program description appears here when fetchDetails is on.
fundingCurrencyUSD
fundingAmountMin100000
fundingAmountMax100000
websitehttps://example.com/
socialLinks["https://www.linkedin.com/company/example/"]
team[{"name": "Jane Doe", "url": "https://www.f6s.com/jane-doe"}]
categoryAccelerators
countryUnited Kingdom
cityLondon
sourceUrlhttps://www.f6s.com/accelerators
scrapedAt2026-01-01T00:00:00.000Z

How to use

Basic search (programs worldwide):

{
"mode": "search",
"listType": "programs",
"maxPages": 5,
"maxListings": 100,
"proxy": { "useApifyProxy": true }
}

Accelerators in a location, with full details:

{
"mode": "search",
"listType": "accelerators",
"location": "london",
"fetchDetails": true,
"maxPages": 3,
"proxy": { "useApifyProxy": true }
}

Programs filtered by keyword, type, sort and investment:

{
"mode": "search",
"listType": "programs",
"keyword": "ai",
"programType": "accelerator",
"sortBy": "popular",
"minInvestment": 25000,
"maxEquity": 8,
"maxListings": 200,
"proxy": { "useApifyProxy": true }
}

URL mode (paste any F6S list links):

{
"mode": "url",
"urls": [
"https://www.f6s.com/programs/new-york",
"https://www.f6s.com/events"
],
"maxPages": 5,
"proxy": { "useApifyProxy": true }
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch builds list URLs from filters; url uses pasted links.
listTypestringprogramsprograms, accelerators, events, or jobs.
locationstring(empty)Location slug, for example london or europe.
keywordstring(empty)Free-text keyword, for example ai.
programTypestringanyaccelerator, incubator, grant, competition, fellowship.
sortBystringopenopen, popular, or closest (closing soon).
minInvestmentinteger(none)Keep records offering at least this much per team.
maxInvestmentinteger(none)Keep records offering at most this much per team.
maxEquityinteger(none)Keep records taking at most this much equity.
urlsarray(example)F6S list URLs for URL mode.
fetchDetailsbooleanfalseOpen each About page for description, funding, website, social, team.
maxPagesinteger1Result pages to walk per list.
maxListingsinteger0Stop after this many records (0 = unlimited, the default).
proxyobjectApify proxyConnection settings. Datacenter is the default.

Output example

Sample shape: values are illustrative placeholders, not from a live listing.

{
"id": "sample-accelerator-2026",
"listType": "accelerators",
"name": "Sample Accelerator 2026",
"slug": "sample-accelerator-2026",
"profileUrl": "https://www.f6s.com/sample-accelerator-2026",
"aboutUrl": "https://www.f6s.com/sample-accelerator-2026/about",
"applyUrl": "https://www.f6s.com/sample-accelerator-2026/apply",
"image": "https://www.f6s.com/content-resource/profiles/00000001_th3.jpg",
"location": "London, United Kingdom",
"tags": "Funds Startups in AI, Fintech, SaaS",
"verified": true,
"deadline": "by Jan 1",
"investmentRaw": "$100k per team",
"investmentAmount": 100000,
"investmentCurrency": "USD",
"equityRaw": "6%",
"equityPercent": 6,
"description": "Full program description appears here when fetchDetails is on.",
"category": "Accelerators",
"country": "United Kingdom",
"city": "London",
"fundingCurrency": "USD",
"fundingAmountMin": 100000,
"fundingAmountMax": 100000,
"website": "https://example.com/",
"socialLinks": ["https://www.linkedin.com/company/example/"],
"team": [{ "name": "Jane Doe", "url": "https://www.f6s.com/jane-doe", "image": null }],
"sourceUrl": "https://www.f6s.com/accelerators",
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Plan requirement

This actor runs on every Apify plan using the default datacenter connection. For very large or repeated jobs you can switch the Proxy field to Residential for wider IP rotation (available on Starter and above). Pay-per-result billing applies: a small base rate per record, plus a small surcharge per detail page when fetchDetails is on.