# 🌈 DiversityJobs Listings in Texas

**Use case:** 

Find and extract 🌈 DiversityJobs Listings in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "keyword": "",
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "category": {
    "label": "Category"
  },
  "salary": {
    "label": "Salary"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "description": {
    "label": "Description"
  },
  "url": {
    "label": "Url"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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