ParseForge Scrapers

Teamtailor Job Postings Scraper

parseforge/teamtailor-jobs-scraper

JobsAutomationDeveloper tools

Scrapes job postings from a company's Teamtailor career site. Returns each job as a flat row with title, department, location, and optional full description.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
55
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Teamtailor Job Postings Scraper

Scrape job postings from any Teamtailor career site, up to a million per run. Every job comes with its title, department, location, and full description. No login or API key. Export to CSV, JSON, Excel, or XML.

Teamtailor's official API needs an API key and rate-limits you. This reads the public job feeds directly, filtered by keyword, and returns each match in one fixed schema. It works on any company that uses Teamtailor for their careers page.

Who uses it What they scrape Teamtailor for
Recruiters Monitor competitor job openings and hiring trends
Job boards Aggregate listings from multiple Teamtailor companies
Market researchers Analyze job titles, locations, and departments across companies
HR tech startups Build a searchable database of job postings

What it does

This Actor collects job postings from a company's Teamtailor career site and returns each one as a flat row.

  • ๐Ÿข Company targeting: enter the Teamtailor subdomain or full career site URL.
  • ๐Ÿ” Keyword filter: keep only jobs whose title, department, or location matches your search.
  • ๐Ÿ“„ Full descriptions: optionally open each job page to capture the complete job description text.
  • โšก Fast or thorough: set a maximum number of jobs to collect per run.

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

What you can do with Teamtailor data

๐Ÿ“ˆ Monitor competitor hiring.

A recruiter runs the Actor on a competitor's Teamtailor subdomain weekly to see which roles they are filling and where.

๐Ÿ—‚๏ธ Build a job board.

A job board operator collects listings from multiple Teamtailor companies into one searchable database.

๐Ÿ”Ž Research job markets.

A market researcher filters by keyword to analyze demand for specific skills across companies.

๐Ÿค– Power an HR tool.

An HR tech startup uses the Actor to feed fresh job postings into their application.

Why choose this scraper

What you get
No API key Scrape public job feeds without registering for Teamtailor's API
Any company Works on any career site built on Teamtailor
Rich data Get title, department, location, and full description when enabled
Flexible export Download as CSV, JSON, Excel, or XML

How it compares

This Actor focuses on Teamtailor only, while the competitor covers 12 ATS platforms including Teamtailor.

Feature ParseForge Jobs Scraper for ATS / Career Sites
Scrapes Teamtailor Yes Yes
Scrapes other ATS platforms No Yes
Keyword filter Yes Not listed
Fetch full job descriptions Yes Not listed
Maximum jobs limit Yes Not listed

Configure the run

Drive the Actor from a company subdomain or URL, optionally filter by a job title or keyword, and choose whether to fetch full descriptions. The Input tab lists every parameter.

A first run with the defaults:

{
 "company": "career",
 "maxItems": 10
}

A larger pull:

{
 "company": "career",
 "maxItems": 200
}

Pricing

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

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.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 Teamtailor Job Postings 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 Teamtailor 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/teamtailor-jobs-scraper"

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

Troubleshooting

Why am I getting no results?

Check that the company subdomain is correct and that the site uses Teamtailor. Also, your keyword filter may be too restrictive. Try removing the keyword or broadening it.

The Actor runs but returns fewer jobs than expected.

Make sure 'Maximum jobs' is set high enough. If 'Fetch Full Descriptions' is on, some jobs may fail to load; try turning it off to see if more jobs are collected.

I get an error about the company input.

Enter only the subdomain (e.g. 'career') or the full URL (e.g. 'https://career.teamtailor.com'). Do not include paths like /jobs.

The full description is missing for some jobs.

Some job pages may block automated access or have unusual layouts. Try running again, or set 'Fetch Full Descriptions' to false to at least get the summary fields.

FAQ

Question Answer
What is Teamtailor? Teamtailor is a recruitment platform used by companies to host their career sites and job postings. This Actor scrapes the public pages of those sites.
Do I need a Teamtailor API key? No. The Actor reads the public job feeds directly, so no registration or API key is required.
How do I find the company subdomain? Look at the company's careers page URL. The subdomain is the part before.teamtailor.com, for example 'career' in career.teamtailor.com.
Can I scrape multiple companies at once? This Actor is designed for one company per run. To scrape multiple companies, run it once per company or use a scheduler.
What does the keyword filter do? It keeps only jobs whose title, department, or location contains the text you enter, case-insensitive.
Should I fetch full descriptions? If you need the complete job description text, turn on 'Fetch Full Descriptions'. It is slower because it opens each job page, but the data is richer.
How many jobs can I scrape? You can set a maximum up to 1,000,000 jobs per run. The Actor stops when it reaches that number or when no more jobs are found.
What format is the output? The Actor returns a flat dataset that you can export as CSV, JSON, Excel, or XML from the Apify platform.
Is this legal? You should only scrape public data that you are allowed to access. Check the target website's terms of service and your local laws.
Can I schedule this Actor? Yes, you can set up a schedule in Apify to run it daily, weekly, or at any interval.

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 Teamtailor AB. 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
company required string The company's Teamtailor career site. Enter the subdomain (e.g. career) or the full URL (e.g. https://career.teamtailor.com). The subdomain is the part before .teamtailor.com on the company's careers page. career
search string Optional. Only keep jobs whose title, department, or location contains this text (case-insensitive). not set
fetchDescriptions boolean When on, open each job page to capture the full job description text. Slower but richer. true
maxItems integer How many jobs to collect per run. 10

Pricing

from $7.69 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00769 to $0.0085

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~teamtailor-jobs-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 Teamtailor Job Postings Scraper on Apify All scrapers