# Get Houston nursing job listings from Indeed

**Use case:** 

Pull registered nurse openings in Houston from Indeed as 41-field rows: employer, salary range, job type, posted date and a working apply URL.

## Input

```json
{
  "keyword": "registered nurse",
  "country": "United States",
  "max_results": 100,
  "location": "Houston, Texas",
  "job_type": "fulltime"
}
```

## Output

```json
{
  "company_logo": {
    "label": "Company Logo",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "job_function": {
    "label": "Job Function",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote Work",
    "format": "boolean"
  },
  "work_from_home": {
    "label": "Work From Home",
    "format": "string"
  },
  "job_type": {
    "label": "Job Type",
    "format": "string"
  },
  "job_level": {
    "label": "Job Level",
    "format": "string"
  },
  "experience_range": {
    "label": "Experience Range",
    "format": "string"
  },
  "skills": {
    "label": "Required Skills",
    "format": "string"
  },
  "salary_minimum": {
    "label": "Minimum Salary",
    "format": "number"
  },
  "salary_maximum": {
    "label": "Maximum Salary",
    "format": "number"
  },
  "salary_currency": {
    "label": "Salary Currency",
    "format": "string"
  },
  "salary_period": {
    "label": "Salary Period",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "string"
  },
  "applicant_count": {
    "label": "Applicant Count",
    "format": "integer"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "vacancy_count": {
    "label": "Vacancy Count",
    "format": "integer"
  },
  "platform_url": {
    "label": "Platform URL",
    "format": "string"
  },
  "official_url": {
    "label": "Official URL",
    "format": "string"
  },
  "company_rating": {
    "label": "Company Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "string"
  },
  "company_industry": {
    "label": "Company Industry",
    "format": "string"
  },
  "company_type": {
    "label": "Company Type",
    "format": "string"
  },
  "company_founded": {
    "label": "Year Founded",
    "format": "integer"
  },
  "company_revenue": {
    "label": "Company Revenue",
    "format": "string"
  },
  "company_url": {
    "label": "Company URL",
    "format": "string"
  },
  "company_website": {
    "label": "Company Website",
    "format": "string"
  },
  "company_addresses": {
    "label": "Company Addresses",
    "format": "string"
  },
  "company_description": {
    "label": "Company Description",
    "format": "string"
  },
  "emails": {
    "label": "Contact Emails",
    "format": "array"
  },
  "phones": {
    "label": "Contact Phones",
    "format": "array"
  },
  "social_links": {
    "label": "Social Media Links",
    "format": "object"
  },
  "listing_type": {
    "label": "Listing Type",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

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