Infojobs Jobs Search Scraper avatar

Infojobs Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Infojobs Jobs Search Scraper

Infojobs Jobs Search Scraper

Scrape job listings from Infojobs.net, a leading job platform in Spain and Latin America. Extract job titles, companies, locations, contract types, salary ranges, and experience requirements.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract job listings from InfoJobs - Spain and Italy's leading job platform. Collect job titles, companies, locations, and descriptions from Southern European markets.

Features

  • Keyword search — find jobs by keyword, search term, or role
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Spanish and Italian job market analysis — track hiring trends and skill demand across Southern Europe
  • Southern European recruitment trends — monitor employment patterns and industry shifts in Spain and Italy
  • Cross-border EU hiring intelligence — compare job market conditions between Southern and Northern Europe
  • Regional salary data collection — benchmark compensation across Spanish provinces and Italian regions

Sample Input

{
"mode": "search",
"keywords": "desarrollador Java",
"province": "Madrid",
"contractType": "",
"workDay": "",
"experience": "",
"salaryMin": 30000,
"datePosted": 30,
"maxJobs": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "ES"
}
}

Sample Output

{
"jobId": "INFOJOBS-12345678",
"title": "Desarrollador Java Senior",
"company": "Indra Sistemas",
"location": "Madrid, España",
"contractType": "Indefinido (Permanent)",
"workDay": "Jornada completa (Full time)",
"experience": "3 years",
"salary": "€40,000 – €55,000",
"datePosted": "2025-12-10",
"jobUrl": "https://www.infojobs.net/job/12345678",
"description": "Buscamos un desarrollador Java Senior para unirse a nuestro equipo en Madrid...",
"scrapedAt": "2025-12-15T10:30:00.000Z"
}

Input

FieldTypeDefaultRequiredDescription
querystringdesarrolladorJob title or keywords to search (e.g. 'desarrollador Java').
keywordsstringdesarrollador JavaJob title or keywords in Spanish or English.
maxItemsinteger30Maximum number of job listings to scrape.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Spanish residential proxy recommended.
experienceLevelstringFilter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director.
salaryMinintegerFilter by minimum annual salary in EUR.
salaryMaxintegerMaximum salary filter (in EUR). Only show jobs paying at most this amount.
remoteFilterstringFilter by work location type: Remote, Hybrid, On-site.
educationLevelstringFilter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate.

Output

FieldDescription
titleJob title
companyCompany name
locationJob location
jobUrlDirect URL to the job listing
scrapedAtISO timestamp when the job was scraped
descriptionFull job description
jobIdUnique job identifier
companyUrlCompany profile URL
logoUrlCompany logo URL
contractTypeContract type (e.g. Permanent, Fixed-term)
workDayWork schedule type (e.g. Full time, Part time)
experienceExperience level required
urlJob URL
salarySalary information
datePostedDate the job was posted
jobTypeType of job

Notes

  • Proxy: Residential proxy is highly recommended
  • Rate limits: Keep maxJobs reasonable per run to avoid IP bans
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis