Tecnoempleo Scraper
Pricing
from $1.20 / 1,000 results
Tecnoempleo Scraper
Scrape tecnoempleo.com for structured Spanish IT job data: titles, companies, salaries, technologies & descriptions. 40,000+ listings across all Spanish provinces. Deduplication, repost detection & daysOld filtering included.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
12
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share

Extract IT and tech job listings from tecnoempleo.com, Spain's largest technology job board, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. Filter by province, work arrangement, job category, contract type, schedule, experience and education — all applied at the source. No API key required.
Why this scraper?
🎯 Built for Spain
A dedicated Spanish IT scraper, not a global tool with a country dropdown. Search, locations and currency (EUR) are tuned for tecnoempleo.com.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
💶 Salary data
Salary information parsed from the listing where the employer publishes it, in EUR. Missing salaries are returned as null, never guessed.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
🔎 Filter at the source
Province, work arrangement, job category, contract type, schedule, experience level and minimum education are applied by the search itself — you pay for the jobs you asked for, not for filtering afterwards.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "python" | Job title, technology or keyword. Supports OR, AND, AND NOT and "exact phrases". Leave blank to collect everything matching the filters. |
provinces | array | (empty) | Spanish provinces to search, e.g. ["263"] for Madrid. Empty = whole country. |
workModality | array | (empty) | 1 100% remote, 3 hybrid, 2 on-site, 4 unspecified. |
jobCategories | array | (empty) | Role categories, e.g. 12 Programmer/Developer, 34 DevOps, 40 Cybersecurity, 53 AI/ML. 38 categories available. |
contractType | array | (empty) | 1 permanent, 3 temporary, 5 internship, 2 work/service, 4 freelance, 6 to be determined. |
workday | array | (empty) | 1 full-time, 2 half-day, 3 by the hour, 4 mornings, 5 afternoons, 6 rotating shift. |
experience | array | (empty) | 1 none through 8 more than 10 years. |
education | array | (empty) | Minimum education, from 18 none through 10 doctorate. |
postedSince | string | "any" | 24h limits results to jobs posted in the last 24 hours. |
urgentOnly | boolean | false | Only jobs the employer flagged as urgent. |
fetchDetails | boolean | false | ON: full description, structured salary and employment type from each job page. OFF: listing data only (faster, cheaper). |
daysOld | integer | (empty) | Only jobs published within the last N days. |
skipReposts | boolean | false | Skip jobs already returned by a previous run. |
startUrls | array | (empty) | Paste tecnoempleo.com search URLs (paginated automatically) or individual job URLs. Overrides the filters above. |
maxItems | integer | 100 | Maximum jobs to return. 0 = no limit. |
All filters are combined with AND, and multiple values inside one filter are combined with OR. province (single string) is still accepted for backwards compatibility.
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
id | string | Unique listing ID from the source. |
url | string | Direct link to the listing |
title | string | Job title |
company | string | Hiring company name |
companyUrl | string | Link to the company's page on the source. |
location | string | Location as displayed on the listing. |
province | string | — |
workArrangement | string | Work arrangement. |
category | string | Job category on the source. |
technologies | array | Technologies. |
description | string | Full job description in plain text. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
employmentType | string | Employment type (e.g. full-time, part-time). |
salaryMin | number | Minimum salary (null if not published by the employer). |
salaryMax | number | Maximum salary (null if not published by the employer). |
salaryPeriod | string | Pay period the salary refers to (e.g. year, month, hour). |
salaryText | string | Raw salary text as displayed (null if not published). |
currency | string | Currency. |
directApply | string | Direct apply. |
applyUrl | string | Direct application link. |
publishDate | string | Date posted |
publishDateISO | string | Publish date iso. |
contentHash | string | Stable hash of the listing content, used for repost and change detection. |
summary | string | Summary. |
source | string | Source. |
scrapedAt | string | ISO 8601 scrape timestamp |
isRepost | boolean | true when the listing is a repost of an earlier job (detected by content hash). |
originalPublishDate | string | Original publish date. |
originalUrl | string | Original url. |
changeStatus | string | NEW, CHANGED or UNCHANGED compared to the previous time this job was seen. |
latitude | string | Latitude of the workplace. |
longitude | string | Longitude of the workplace. |
Example record
{"id": "rf-475812cc1270c379c843","url": "https://www.tecnoempleo.com/programador-business-central-crm-alquiler-maquinar/dynamics-365-business-c/rf-475812cc1270c379c843","title": "Programador/a Business Central y CRM","company": "Alquiler de Maquinaria Rentaire","companyUrl": "https://www.tecnoempleo.com/alquiler-maquinaria-rentaire/re-203459","location": "Madrid","province": "Madrid","workArrangement": "Presencial","category": "Programador","technologies": ["Dynamics 365","Business Central","Powers Apps"],"description": null,"descriptionText": null,"descriptionMarkdown": null,"employmentType": null,"salaryMin": 24000,"salaryMax": 30000,"salaryPeriod": "YEAR","salaryText": "24.000€ - 30.000€ b/a","currency": "EUR","directApply": null,"applyUrl": "https://www.tecnoempleo.com/programador-business-central-crm-alquiler-maquinar/dynamics-365-business-c/rf-475812cc1270c379c843","publishDate": "2026-06-24","publishDateISO": "2026-06-24","contentHash": "d45dcfe771a68725","summary": "Programador/a Business Central y CRM at Alquiler de Maquinaria Rentaire — Madrid | 24.000€ - 30.000€ b/a | Presencial","source": "tecnoempleo.com","scrapedAt": "2026-06-24T17:18:07.109Z","isRepost": false,"originalPublishDate": null,"originalUrl": null,"changeStatus": "NEW","latitude": null,"longitude": null}
Examples
Remote Python roles across Spain:
{"searchQuery": "python","workModality": ["1"],"maxItems": 100}
Permanent DevOps and cybersecurity jobs in Madrid and Barcelona:
{"provinces": ["263", "240"],"jobCategories": ["34", "40"],"contractType": ["1"],"maxItems": 200}
Scrape a search URL built on the site itself:
{"startUrls": [{ "url": "https://www.tecnoempleo.com/ofertas-trabajo/?te=java&pr=,240,&en_remoto=,3," }],"maxItems": 200}
Daily feed of new postings (run on a schedule):
{"searchQuery": "python","postedSince": "24h","skipReposts": true,"maxItems": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours, with reposts removed.
💰 Pricing
$1.50 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.50 |
| 10,000 | ~$15.00 |
| 100,000 | ~$150.00 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.90 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: tecnoempleo.com — Spain job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl