# Scrape Administrative Assistant Jobs (Indeed)

**Use case:** 

Scrape administrative assistant jobs from Indeed — company, pay, location, and description — for staffing and labor-market research.

## Input

```json
{
  "position": "administrative assistant",
  "location": "",
  "country": "us",
  "datePosted": "",
  "startUrls": [],
  "maxItems": 100,
  "scrapeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "companyEmployeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "companyRevenue": {
    "label": "Revenue",
    "format": "text"
  },
  "companyCeo": {
    "label": "CEO",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company website",
    "format": "link"
  },
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "companyDescription": {
    "label": "About company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary unit",
    "format": "text"
  },
  "salaryIsEstimated": {
    "label": "Salary estimated",
    "format": "boolean"
  },
  "jobType": {
    "label": "Job type",
    "format": "array"
  },
  "occupations": {
    "label": "Occupations",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "isUrgentHire": {
    "label": "Urgent hire",
    "format": "boolean"
  },
  "isHighVolumeHiring": {
    "label": "High-volume hiring",
    "format": "boolean"
  },
  "expired": {
    "label": "Expired",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "date"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "jobKey": {
    "label": "Job key",
    "format": "text"
  },
  "refNum": {
    "label": "Ref #",
    "format": "text"
  },
  "normalizedTitle": {
    "label": "Normalized title",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "searchPosition": {
    "label": "Position #",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Jobs Scraper - Salary & Company Data ($0.25/1k)](https://apify.com/harshmaur/indeed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/harshmaur/indeed-scraper) to learn more, explore other use cases, and run it yourself.