# Talent.com Software Developer Jobs Scraper USA

**Use case:** 

Scrape software developer job listings in the United States from Talent.com. Get titles, companies, locations, salaries and apply links for recruiting.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "keyword": "software developer",
  "location": "New York",
  "country": "us",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "applyDirect": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "source": {
    "label": "Source Board",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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