# Scrape Recruiter & Company Leads - Foundit

**Use case:** 

Build a recruiter contact list from Foundit IT postings with Recruiter, Company, Phone, Industry, Region and Company URL. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "software engineer"
  ],
  "region": "india",
  "sortBy": "relevance",
  "freshnessDays": 0,
  "includeDescription": false,
  "includeRecruiterLeads": true,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "foundit-scraper-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recruiterName": {
    "label": "Recruiter",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "recruiterPhone": {
    "label": "Phone",
    "format": "text"
  },
  "industries": {
    "label": "Industry",
    "format": "array"
  },
  "regionLabel": {
    "label": "Region",
    "format": "text"
  },
  "sampleJobTitle": {
    "label": "Sample role",
    "format": "text"
  },
  "jobCountInRun": {
    "label": "Jobs in run",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Foundit Scraper - Jobs, Salaries, Skills & Recruiter Leads](https://apify.com/scrapesage/foundit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/foundit-scraper) to learn more, explore other use cases, and run it yourself.