ParseForge Scrapers

aijobs.net AI/ML Jobs Scraper

parseforge/aijobs-net-scraper

JobsOther

Scrapes AI, ML, and data science job listings from aijobs.net by keyword search. Returns each job as a flat row with salary, remote policy, tech stack, and apply URL.

Run this scraper See the API call
Total users
5
Monthly active
0
Total runs
109
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

aijobs.net AI/ML Jobs Scraper

Scrape AI, ML, and data science jobs from aijobs.net, filtered by keyword, up to a million per run. Every listing returns the job title, company, salary range, remote policy, tech stack, and apply URL. Export to CSV, JSON, Excel, or XML.

aijobs.net is the specialist board for artificial intelligence and machine learning roles, but browsing it manually means you miss new posts or cannot filter across all fields at once. This actor reads the public job feed directly, lets you search by title or keyword, and stops when you have enough matches. It returns a clean, flat dataset ready for analysis or alerts.

Who uses it What they scrape aijobs.net for
Job seekers Monitor aijobs.net for new roles matching their exact skills and preferred remote policy.
Recruiters Build a pipeline of open AI positions and the companies hiring for them.
Market analysts Track which AI subfields and tools employers are demanding this quarter.
HR tools and job boards Ingest a clean feed of AI-specific listings to power their own search or alert features.

What it does

This Actor collects AI, ML, and data science job listings from aijobs.net by keyword search and returns each one as a flat row.

  • ๐Ÿ” Keyword search: filter listings by job title or any keyword, such as "machine learning" or "LLM".
  • ๐Ÿ“Š Structured output: every row includes salary range, seniority, remote policy, tech stack tags, and company info.
  • โš™๏ธ Flexible volume: set a maximum number of jobs to collect, from a quick sample to a full board scrape.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with aijobs.net data

๐Ÿ“ˆ Monitor the AI job market.

A market analyst runs the actor weekly with a broad keyword to count listings by seniority and salary band, spotting hiring trends before quarterly reports.

๐ŸŽฏ Find your next AI role.

A job seeker sets a keyword like "computer vision" and a low maxItems to get a daily digest of fresh, relevant posts without scrolling pages.

๐Ÿข Map the competitive landscape.

A recruiter scrapes all listings for a set of tech stack tags to identify which companies are building teams around specific tools.

๐Ÿ”” Power a job alert bot.

A developer schedules the actor and pipes the JSON output into a Slack or email notification for their community.

Why choose this scraper

What you get
Specialist AI board Only jobs from aijobs.net, the dedicated AI/ML career board.
Keyword precision Filter by job title or any term to narrow results to your niche.
Rich job fields Salary, remote policy, seniority, and tech stack are extracted per listing.
No API key needed Reads the public website, so there is no registration or rate-limit headache.

How it compares

This actor focuses exclusively on aijobs.net with a simple keyword search, while the alternatives either scrape the same single source or bundle it with several other boards.

Feature ParseForge Aijobs.net AI & ML Job Listings Scraper AI & ML Engineer Jobs Scraper - 8 Boards in One
Scrapes aijobs.net Yes Yes Yes
Keyword search filter Yes Not listed Not listed
Salary range extraction Yes Yes Yes
Remote policy field Yes Yes Yes
Tech stack tags Yes Yes Not listed
Single-board focus Yes Yes No (aggregates 8 boards)

Configure the run

Drive the Actor with a keyword search query and a maximum item count, and filtering runs as each post is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the aijobs.net AI/ML Jobs Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to aijobs.net through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/aijobs-net-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your search query may be too specific or contain a typo. Try a broader keyword, such as "AI" or "engineer", and check the spelling. Also confirm that aijobs.net is reachable from your browser.

The actor returns fewer jobs than my maxItems setting.

The actor stops when it has collected the number of jobs you requested or when it has read all listings matching your query, whichever comes first. If the board has fewer matching posts, the run will finish early.

Some fields like salary or tech stack are empty in the output.

Not every job listing on aijobs.net includes a salary range or tech stack tags. The actor extracts what the employer provides. Empty fields mean the information was not present on the original post.

The run fails with a timeout or error.

The website may have changed its layout. Try the run again after a few minutes. If the error persists, check the actor's issue tracker on Apify or contact the developer with the run log.

FAQ

Question Answer
Does this scraper need an aijobs.net account or API key? No. It reads the public job listings that are visible to anyone visiting aijobs.net. No login, API key, or registration is required.
What job fields does the actor return? Each row includes the job title, company name, salary range, seniority level, remote policy, tech stack tags, location, and the direct apply URL. The exact fields are shown in the sample output on the actor's page.
Can I filter by location or remote-only roles? The input accepts a free-text keyword. You can use terms like "remote" or a city name as your search query. The actor will return listings whose text matches that term.
How many job listings can I scrape in one run? You control the volume with the 'Maximum jobs' setting. Set it to 10 for a quick check or up to 1,000,000 to pull every available listing that matches your search.
Can I run this on a schedule? Yes. Once you have configured the actor, you can set it to run every hour, day, or week using Apify's built-in scheduler.
What output formats are supported? Your dataset can be exported to CSV, JSON, Excel, or XML from the Apify run console.
Does the actor deduplicate listings across runs? The actor scrapes the live site each time. To track only new listings, you can use Apify's dataset comparison tools or store seen job URLs in a key-value store and filter them in your downstream code.
Is this an official aijobs.net tool? No. This is an unofficial scraper built by the Apify community to read publicly available data from aijobs.net.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by aijobs.net. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many job listings to collect per run. 10
searchQuery string Optional keyword filter (e.g. "machine learning"). not set

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~aijobs-net-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run aijobs.net AI/ML Jobs Scraper on Apify All scrapers