Net in hero
webscraping icon

Web Scraping Solution

Job Board Scraper

Retrieve job board data, including job title, location, salary, and job type, with customizable options to extract specific information based on your needs.

  • Try for free using credits!
  • Multiple formats results
  • Unlock free access with free trial tokens
  • AI-Enhanced data extraction
  • Real-time data scraping
  • Tailored data results
  • Integrate with your favorite apps
  • Bypass anti-scrape protections with proxies
User 1 No credit card required
User 1

Code Examples

Dedicated endpoints for 100+ domains

Indeed

Remote jobs

RemoteOK

Jora

Input Icon

Input

curl --location 'https://app.mrscraper.com/api/job-board-scrape' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer API_TOKEN' \
--data '{
    "urls": [
        "https://www.indeed.com/jobs?q=USA&from=mobRdr&utm_source=%2Fm%2F&utm_medium=redir&utm_campaign=dt&vjk=9eb40bc48ab72d86"
    ],
    "min": 100,
    "max": 200,
    "timeout": 180,
    "schema": {
        "type": "array",
        "description": "List of jobs",
        "items": {
            "type": "object",
            "description": "job information",
            "properties": {
                "job_title": {
                    "type": "string",
                    "description": "job name"
                },
                "job_url": {
                    "type": "string",
                    "description": "job valid url"
                },
                "job_location": {
                    "type": "string",
                    "description": "location for the job"
                },
                "job_salary": {
                    "type": "number",
                    "description": "salary"
                },
                "job_type": {
                    "type": "string",
                    "description": "job type"
                },
                "job_currency": {
                    "type": "string",
                    "description": "the currency of the salary"
                }
            },
            "required": [
                "job_title",
                "job_url",
                "job_location",
                "job_salary",
                "job_type",
                "job_currency"
            ]
        },
        "required": [
            "jobs"
        ]
    }
}'
        

Job Scraper API

Data point examples

Title

The name or designation of the job role.

Position

The specific role or function within the organization.

Salary

Salary: The compensation offered for the position.

Location

The geographical area where the job is based.

Start now
Net in hero