# Jobicy Remote Jobs in Florida

**Use case:** 

Find and extract Jobicy Remote Jobs in Florida. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "geo": "Florida"
}
```

## Output

```json
{
  "jobTitle": {
    "label": "jobTitle",
    "format": "text"
  },
  "companyName": {
    "label": "companyName",
    "format": "text"
  },
  "companyLogo": {
    "label": "companyLogo",
    "format": "text"
  },
  "jobIndustry": {
    "label": "jobIndustry",
    "format": "text"
  },
  "jobType": {
    "label": "jobType",
    "format": "text"
  },
  "jobGeo": {
    "label": "jobGeo",
    "format": "text"
  },
  "jobLevel": {
    "label": "jobLevel",
    "format": "text"
  },
  "jobExcerpt": {
    "label": "jobExcerpt",
    "format": "text"
  },
  "annualSalaryMin": {
    "label": "annualSalaryMin",
    "format": "text"
  },
  "annualSalaryMax": {
    "label": "annualSalaryMax",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "salaryCurrency",
    "format": "text"
  },
  "pubDate": {
    "label": "pubDate",
    "format": "date"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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