# Scrape jobs by country on Talent.com

**Use case:** 

Search Talent.com by country for structured job listings across its global markets. Pay per result.

## Input

```json
{
  "country": "uk",
  "searchQuery": "manager",
  "location": "",
  "daysOld": 0,
  "jobType": "",
  "skipReposts": false,
  "fetchDetails": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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