# BioSpace bioinformatics jobs extractor

**Use case:** 

Extract BioSpace bioinformatics job listings with company, location, job URL, summaries, and full descriptions.

## Input

```json
{
  "keywords": "bioinformatics",
  "startUrls": [
    {
      "url": "https://jobs.biospace.com/jobs/?keywords=scientist"
    }
  ],
  "maxItems": 75,
  "scrapeDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "expiresAt": {
    "label": "Expires at"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source type"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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