# Python AI Job Listings from AiJobs.net

**Use case:** 

Scrape 200 Python job postings from AiJobs.net across 5 pages. Get detailed insights including titles, companies, salaries, and locations.

## Input

```json
{
  "url": "https://aijobs.net/",
  "keyword": "python",
  "location": "",
  "results_wanted": 200,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "text"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "text"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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