# InfoJobs Scraper — Spanish Job Listings & Salaries (`studio-amba/infojobs-scraper`) Actor

Scrape job listings from InfoJobs.net, Spain's #1 job board. Search by keyword, location, and filters. Extract titles, companies, salaries, contract types, and descriptions. No login or cookies required.

- **URL**: https://apify.com/studio-amba/infojobs-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What does InfoJobs Scraper do?

**InfoJobs Scraper** extracts job listings from [InfoJobs.net](https://www.infojobs.net), Spain's #1 job board. Search by keyword, location, and contract type to collect job titles, salaries (where the employer discloses them), posting dates, and full descriptions. No login or cookies required.

Use it on the Apify platform to get structured job data via API, schedule recurring scrapes, and integrate with tools like Zapier, Make, Google Sheets, and Slack.

### How to scrape InfoJobs data

1. Go to InfoJobs Scraper on the Apify Store.
2. Click **Try for free** to open the actor in Apify Console.
3. Enter a search query (e.g. "desarrollador") and optionally a location (e.g. "Madrid").
4. Optionally filter by contract type: permanent, temporary, training, freelance, or other.
5. Set the maximum number of results you want.
6. Click **Start** and wait for the run to finish.
7. Download your data as JSON, CSV, Excel, or HTML from the Output tab.

### Why use InfoJobs Scraper?

- **Recruitment and hiring** — monitor competitor job postings or track hiring activity across a sector.
- **Salary research** — collect the salary ranges employers choose to disclose.
- **Market analysis** — see which sectors and locations are posting the most jobs, and how fast.
- **Lead generation** — spot companies actively hiring to target with B2B services.

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `query` | String | No | Job search keyword (e.g. "developer", "marketing", "ingeniero"). Leave empty to browse all jobs. |
| `location` | String | No | City or province name (e.g. "Madrid", "Barcelona"). Leave empty for all Spain. |
| `contractType` | String | No | Filter by contract type: Permanent (`indefinido`), Temporary (`temporal`), Training (`formativo`), Freelance (`autónomo`), Other (`otros`). Leave empty for all. |
| `maxResults` | Integer | No | Maximum number of job listings to scrape (default: 100, max: 10,000). |
| `proxyConfiguration` | Object | No | Proxy settings. Residential (Spain) is prefilled to avoid rate limits. |

### Output

Each result is one job listing. Download the dataset as JSON, HTML, CSV, or Excel.

#### Example output

```json
{
    "title": "Analista Funcional Agile",
    "company": "",
    "salary": "Salario no disponible",
    "location": "",
    "contractType": "",
    "workday": "",
    "experienceLevel": "",
    "postedDate": "Hace 4d",
    "description": "Analista Funcional Agile — Centro Tecnológico del Notariado — Sevilla — Solo teletrabajo — Hace 4d. Deseamos incorporar una persona para elaborar el análisis funcional de nuevas aplicaciones... Experiencia mínima de 3 años... Contrato indefinido, Jornada completa, Salario no disponible.",
    "url": "https://www.infojobs.net//www.infojobs.net/sevilla/analista-funcional-agile/of-i8abe402d11493790dba2ee5629490a",
    "scrapedAt": "2026-08-31T04:04:46.238Z"
}
```

### Output fields

| Field | Type | Description |
|-------|------|-------------|
| `title` | String | Job position title |
| `company` | String | Hiring company name |
| `salary` | String | Salary range or amount, when the employer discloses it |
| `location` | String | Job location (city/province) |
| `contractType` | String | Type of contract (indefinido, temporal, etc.) |
| `workday` | String | Full-time, part-time, etc. |
| `experienceLevel` | String | Required experience level |
| `postedDate` | String | When the job was posted (e.g. "Hace 2d") |
| `description` | String | Job description text |
| `url` | String | Full URL to the job listing |
| `scrapedAt` | String | ISO 8601 timestamp of when the data was collected |

### Cost estimate

This actor is billed $0.02 per run plus $0.002 per result — **1,000 listings cost about $2.02**. Usage cost only settles once a run reports **SUCCEEDED** — reading a dataset mid-run will show a cost far below the real total.

### Limitations

- `company`, `location`, `contractType`, `workday`, and `experienceLevel` are not populated on every listing — when a structured field comes back empty, the same information is usually still present in the raw `description` text.
- `url` currently comes back malformed on some listings (a duplicated domain in the path) — a fix is in progress. If a link doesn't open, search the job title directly on InfoJobs.net.
- Salary is only shown where InfoJobs displays it; many listings show "Salario no disponible" instead.
- Data is scraped from the public website and may change without notice.

### Related scrapers

- [EU Vacancy Feed](https://apify.com/studio-amba/eu-vacancy-feed) — runs this board alongside up to 49 other European job boards (general boards, public employment services, and sector boards), merges everything into one deduplicated feed, and flags vacancies posted on more than one board at once.

### FAQ and support

**Is it legal to scrape InfoJobs.net?** Scraping publicly available data is generally permitted under EU law. This actor only accesses public job listings that require no login.

**How often is the data updated?** The actor scrapes live data from InfoJobs.net each time it runs. Schedule it daily or weekly to track new postings.

**I found a bug or have a feature request.** Open an issue in the Issues tab on the actor page. You can also request a custom scraping solution.

### Tips and tricks

- **Start small**: test with `maxResults: 5` before running large scrapes.
- **Use proxies**: residential proxies give the best success rates for Infojobs.
- **Schedule runs**: set up recurring runs to keep your data fresh automatically.
- **Integrate via API**: use the [Apify API](https://docs.apify.com/api) or [client libraries](https://docs.apify.com/api/client) to fetch results programmatically.
- **No login required**: this actor scrapes publicly available data without needing an account.

### Features

- **No login required** — scrapes publicly available data from Infojobs without needing credentials or cookies.
- **Structured output** — results are returned as clean JSON objects, ready for processing.
- **Pagination handling** — automatically follows multiple pages of results.
- **Proxy support** — configurable proxy settings for reliable, large-scale scraping.
- **Flexible input** — search by keyword, provide specific URLs, or crawl categories.
- **Scheduled runs** — run on a schedule to keep your dataset up to date automatically.
- **API access** — integrate results into your workflow using the Apify API or webhooks.

# Actor input Schema

## `query` (type: `string`):

Job search keyword (e.g. 'developer', 'marketing', 'ingeniero'). Leave empty to browse all jobs.

## `location` (type: `string`):

City or province name (e.g. 'Madrid', 'Barcelona'). Leave empty for all Spain.

## `contractType` (type: `string`):

Filter by contract type.

## `maxResults` (type: `integer`):

Maximum number of job listings to scrape.

## `proxyConfiguration` (type: `object`):

Proxy settings for avoiding rate limits.

## Actor input object example

```json
{
  "query": "developer",
  "contractType": "",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ES"
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "developer",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "ES"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/infojobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "developer",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "ES",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/infojobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "developer",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ES"
  }
}' |
apify call studio-amba/infojobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/infojobs-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/tixFFqgf3StPOjjLF/builds/brPKe4gu9Z9s6hxFp/openapi.json
