LinkedIn Jobs Search Scraper ($0.30/1k results) avatar

LinkedIn Jobs Search Scraper ($0.30/1k results)

Pricing

$0.30 / 1,000 results

Go to Apify Store
LinkedIn Jobs Search Scraper ($0.30/1k results)

LinkedIn Jobs Search Scraper ($0.30/1k results)

Search public LinkedIn job listings through Scrappa. Extract LinkedIn job result titles, URLs, snippets, search metadata, and pagination.

Pricing

$0.30 / 1,000 results

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

LinkedIn Jobs Search Scraper

Search public LinkedIn job listing pages through the Scrappa LinkedIn Jobs Search API.

Features

  • Searches LinkedIn job listing pages with an automatic site:linkedin.com/jobs/view/ constraint
  • Supports keyword, company, seniority, and location terms in one query
  • Country, language, safe-search, date, duplicate-filter, and pagination controls
  • Saves each LinkedIn job search result to the dataset
  • Saves the full raw Scrappa response to the key-value store

Input

FieldTypeRequiredDescription
querystringNoJob search query. Defaults to software engineer remote when the actor is started with empty or placeholder input.
numintegerNoResults per page. Accepted range is 1 to 20.
pageintegerNoPage number for pagination. Mutually exclusive with start.
startintegerNoStarting result index for pagination. Mutually exclusive with page.
hlstringNoInterface language, for example en, de, or es.
glstringNoGeolocation country code, for example us, de, or uk.
lrstringNoLanguage restrict, for example lang_en.
crstringNoCountry restrict, for example countryUS.
safestringNoSafe search setting: off or active.
dateRestrictstringNoDate filter, for example d7, w1, m1, or y1.
sortstringNoGoogle sort parameter, for example date.
filterintegerNoDuplicate filtering, 0 or 1.
rightsstringNoUsage-rights filter supported by Google Search.

Output

Dataset

Each item from organic_results is saved as one dataset row.

{
"position": 1,
"title": "Software Engineer - Example Corp",
"link": "https://www.linkedin.com/jobs/view/1234567890",
"displayed_link": "https://www.linkedin.com/jobs/view/1234567890",
"snippet": "Example Corp is hiring a Software Engineer..."
}

Key-Value Store

The complete Scrappa response is saved to the OUTPUT key, including search metadata and pagination.

{
"organic_results": [],
"search_information": {
"query_displayed": "site:linkedin.com/jobs/view/ software engineer remote",
"total_results": 123
},
"pagination": {
"current_page": 1,
"pages": []
}
}

Example

{
"query": "software engineer remote",
"num": 10,
"hl": "en",
"gl": "us",
"safe": "off"
}

Support

For issues or questions, contact us through Apify.