# Amazon.jobs search URL scraper

**Use case:** 

Run an exact Amazon.jobs search URL and export matching job listings with normalized locations, teams, categories, and job detail text.

## Input

```json
{
  "searchUrl": "https://www.amazon.jobs/en/search?base_query=data%20scientist&loc_query=United%20States",
  "baseQuery": "software",
  "locationQuery": "Berlin",
  "maxItems": 75,
  "sort": "recent"
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "businessCategory": {
    "label": "Business category",
    "format": "text"
  },
  "jobCategory": {
    "label": "Job category",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "schedule": {
    "label": "Schedule",
    "format": "text"
  },
  "remoteOrVirtual": {
    "label": "Remote/virtual",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "basicQualifications": {
    "label": "Basic qualifications",
    "format": "text"
  },
  "preferredQualifications": {
    "label": "Preferred qualifications",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Jobs Scraper](https://apify.com/automation-lab/amazon-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/amazon-jobs-scraper) to learn more, explore other use cases, and run it yourself.