# Rapid LinkedIn Jobs Scraper (worldunboxer)

> Rapid LinkedIn Jobs Scraper (worldunboxer) is a paid API for AI agents from stableapify.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Starts an Apify actor run that scrapes LinkedIn job listings by keywords, city, country, or company, returning job details and company information.

## Facts

- Endpoint: POST https://stableapify.dev/api/actors/worldunboxer/rapid-linkedin-scraper/call
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rapid-linkedin-jobs-scraper-worldunboxer-674b3bc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TYup4dQI68PVALW57SSq6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rapid-linkedin-jobs-scraper-worldunboxer-674b3bc4 -d '<json body>'
```

Example prompt: Scrape up to 20 LinkedIn job listings for 'data scientist' roles in San Francisco and give me the job titles, companies, and descriptions.

## When to prefer this

Choose this endpoint when you need to programmatically extract LinkedIn job listings at scale by keyword, location, or company without managing a LinkedIn session. Prefer it over manual browsing or slower scrapers when speed and structured job data are required for recruitment, market research, or competitive intelligence.

## Known failure modes

- Invalid or missing search parameters return an error or empty dataset
- LinkedIn rate limiting or anti-bot measures may cause incomplete results
- Actor run may time out for very large maxItems requests
- Invalid actor input schema results in run failure
- Payment failure (x402) if insufficient USDC balance

## How this service works

Start the "⚡️Rapid Linkedin Jobs Scraper" Apify actor (worldunboxer/rapid-linkedin-scraper). LinkedIn job scraper tool to extract job listings, company, and complete job information instantly. Scrape LinkedIn jobs by keywords, city ,country, or company…

## Output

Returns an actor run object with a run ID, status (READY), actorId, startedAt timestamp, usageTotalUsd, and a defaultDatasetId for retrieving results, plus a JWT token for accessing the run's dataset with scraped LinkedIn job listings.

## Example request

```json
{
 "input": {
  "bbox": {
   "east": -73.9,
   "west": -74,
   "north": 40.8,
   "south": 40.7
  },
  "maxItems": 10,
  "listingType": "for_sale",
  "extractionMethod": "MAP_MARKERS"
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "jobs_entries",
    "start_jobs"
   ],
   "properties": {
    "job_type": {
     "enum": [
      "F",
      "P",
      "C",
      "T",
      "V",
      "I",
      "O"
     ],
     "type": "string",
     "description": "Select Job type you need."
    },
    "location": {
     "type": "string",
     "description": "Enter the location you want to search for"
    },
    "job_title": {
     "type": "string",
     "description": "Enter the Job title you want to search for"
    },
    "start_jobs": {
     "type": "integer",
     "default": 0,
     "maximum": 9007199254740991,
     "minimum": 0,
     "description": "Start search after this number of jobs"
    },
    "jobs_entries": {
     "type": "integer",
     "default": 100,
     "maximum": 10000,
     "minimum": 1,
     "description": "Enter the number of jobs you want to scrape"
    },
    "company_names": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "description": "Only search for these companies"
    },
    "job_post_time": {
     "enum": [
      "",
      "r86400",
      "r604800",
      "r2592000"
     ],
     "type": "string",
     "description": "Select on basis of job posting time."
    },
    "work_schedule": {
     "enum": [
      "1",
      "2",
      "3"
     ],
     "type": "string",
     "description": "Select what type of work schedule you need."
    },
    "experience_level": {
     "enum": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6"
     ],
     "type": "string",
     "description": "Select job experience level"
    }
   },
   "description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
   "additionalProperties": {}
  },
  "options": {
   "type": "object",
   "properties": {
    "build": {
     "type": "string",
     "maxLength": 100,
     "minLength": 1
    },
    "memory": {
     "type": "integer",
     "maximum": 32768,
     "minimum": 128
    },
    "maxItems": {
     "type": "integer",
     "maximum": 100000,
     "minimum": 1
    }
   },
   "description": "Optional Apify run options.",
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rapid-linkedin-jobs-scraper-worldunboxer-674b3bc4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableapify.dev](https://www.zero.xyz/host/stableapify.dev/llms.txt)
