JobFunnel avatar
JobFunnel

Deprecated

Pricing

$10.00 / 1,000 results

Go to Store
JobFunnel

JobFunnel

Deprecated

Developed by

Toto Visotsky

Toto Visotsky

Maintained by Community

JobFunnel is a multi-source job scraper that collects listings from Indeed, Monster, Glassdoor, CareerJet, and SimplyHired. It supports keyword filtering, location targeting, and saves results to CSV, Excel, or JSON—ideal for job lead generation and data aggregation projects.

5.0 (1)

Pricing

$10.00 / 1,000 results

0

Total users

7

Monthly users

7

Runs succeeded

>99%

Last modified

a month ago

Job Funnel Actor

This actor scrapes job listings from multiple job boards based on provided search criteria.

Input Parameters

The actor accepts the following input parameters:

  • keyword (Required) - Job title, skill or keyword to search for
  • location (Required) - City, state, or country for job search
  • maxResults (Optional) - Maximum number of jobs to scrape (default: 100)
  • providers (Optional) - List of job boards to search (default: linkedin, indeed, glassdoor)

Example Input

1{
2    "keyword": "software engineer",
3    "location": "New York",
4    "maxResults": 50,
5    "providers": ["linkedin", "indeed"]
6}