# Remote software engineer jobs at startups

**Use case:** 

Scrape remote software engineering jobs from Startup.jobs. Get salary ranges, company details, and application links. Ideal for developers seeking startup jobs.

## Input

```json
{
  "keyword": "software engineer",
  "location": "Remote",
  "collectDetails": true,
  "results_wanted": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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