Linkedin Jobs Scraper - PPR avatar
Linkedin Jobs Scraper - PPR

Pricing

$1.00 / 1,000 results

Go to Store
Linkedin Jobs Scraper - PPR

Linkedin Jobs Scraper - PPR

Developed by

Curious Coder

Curious Coder

Maintained by Community

Scrape jobs from linkedin jobs search results along with company details. Get key information to find contact info

4.7 (5)

Pricing

$1.00 / 1,000 results

272

Total users

5.1K

Monthly users

1.5K

Runs succeeded

>99%

Issues response

4 days

Last modified

7 days ago

MM

Question about JSON and keywords exclusions

Closed

marco.medugno opened this issue
3 days ago

Would the following JSON work in a query for this Actor, including the Excluded Keywords? I’d like to avoid the return of such keywords: “sales", "finance", "medical", "healthcare"

"count": 100, "countryCode": 10, "exclude_keywords": [ "sales", "finance", "medical", "healthcare" ], "include_keywords": [ "Director of Operations", "Operations Director", "Chief Operations Officer" ], "publishedAt": "r86400", "saveOnlyUniqueItems": false, "scrapeCompany": true, "urls": [ "https://www.linkedin.com/jobs/search/?f_E=5&f_TPR=r86400&f_WT=2&geoId=103644278&keywords=director%20of%20operations&origin=JOB_SEARCH_PAGE_JOB_FILTER&refresh=true&sortBy=R", "https://www.linkedin.com/jobs/search/?f_E=5%2C6&f_SB2=5&f_TPR=r86400&f_WT=2&geoId=103644278&keywords=operations%20director&origin=JOB_SEARCH_PAGE_JOB_FILTER&refresh=true", "https://www.linkedin.com/jobs/search/?f_E=5%2C6&f_TPR=r86400&f_WT=2&geoId=101335827&keywords=chief%20operating%20officer&location=32819%2C%20Orlando%2C%20Florida%2C%20United%20States&origin=JOB_SEARCH_PAGE_JOB_FILTER&trk=eml-email_job_alert_digest_01-primary_job_list-0-see_all_jobs_button_7848614778" ] }

curious_coder avatar

That won't work, you will need to include all supported filters in search url and manually filter them later