# Scrape Wellfound London Startup Jobs

**Use case:** 

Scrape Wellfound London Startup Jobs for hiring research, compensation tracking, and startup lead generation.

## Input

```json
{
  "location": "London",
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "slug": {
    "label": "Job Slug",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companySlug": {
    "label": "Company Slug",
    "format": "text"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "remoteLocations": {
    "label": "Remote Locations",
    "format": "array"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "remoteKind": {
    "label": "Remote Kind",
    "format": "text"
  },
  "wfhFlexible": {
    "label": "WFH Flexible",
    "format": "boolean"
  },
  "compensation": {
    "label": "Compensation",
    "format": "text"
  },
  "equity": {
    "label": "Equity",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "roleSlug": {
    "label": "Role Slug",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "autoPosted": {
    "label": "Auto Posted",
    "format": "boolean"
  },
  "atsSource": {
    "label": "ATS Source",
    "format": "text"
  },
  "yearsExperienceMin": {
    "label": "Min Experience",
    "format": "number"
  },
  "yearsExperienceMax": {
    "label": "Max Experience",
    "format": "number"
  },
  "isBookmarked": {
    "label": "Bookmarked",
    "format": "boolean"
  },
  "postedAtIso": {
    "label": "Posted",
    "format": "date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Company Logo",
    "format": "link"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "companyBadges": {
    "label": "Company Badges",
    "format": "array"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wellfound Jobs Scraper ($0.5 per 1000 results)](https://apify.com/igolaizola/wellfound-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/wellfound-jobs-scraper) to learn more, explore other use cases, and run it yourself.