# Extract job offers from job boards

**Use case:** 

Extract job offers from a job board. Retrieve details like job title, company name, location, and salary. The AI Web scraper can adapt to multiple websites.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.startupjobs.cz/"
    }
  ],
  "extractionMode": "agentic",
  "prompt": "Find a job offer in Marketing.\nFor each job offer, extract the job title, company name, location, and salary.",
  "maxPagesToVisit": 100,
  "maxCrawlDepth": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "markdown": {
    "label": "Markdown",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Scraper](https://apify.com/apify/ai-web-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/ai-web-scraper) to learn more, explore other use cases, and run it yourself.