Advanced Linkedin Job Scraper (No Cookies) + company ⚡️ avatar
Advanced Linkedin Job Scraper (No Cookies) + company ⚡️

Pricing

$1.00 / 1,000 jobs

Go to Store
Advanced Linkedin Job Scraper (No Cookies) + company ⚡️

Advanced Linkedin Job Scraper (No Cookies) + company ⚡️

Developed by

HarvestAPI

HarvestAPI

Maintained by Community

The most Advanced LinkedIn Job Search Scraper. Extract full info + company data. No cookies or account required. Concurrency + fast response times make mass scraping fast ⚡

0.0 (0)

Pricing

$1.00 / 1,000 jobs

9

Total users

71

Monthly users

51

Runs succeeded

>99%

Issues response

1 days

Last modified

8 days ago

WL

Not finding any company jobs

Closed

walidj opened this issue
17 days ago

When I try to search for jobs using the API, and while adding the exact LinkedIn company name as a value in the JSON, it shows no results. But when I check manually, the company does have open jobs. Have tried using the domains of the company, and the linkedin company URL. All three don't show any results. What to do? :)

HarvestAPI avatar

Hi, did you add at least one location? Could you please share company URL, I will check it

WL

walidj

17 days ago

Hey, thanks for the quick reply! This is a company I have manually checked, that has an open job at the moment: https://www.linkedin.com/company/roetzbikes/

HarvestAPI avatar

This actor has many pre-configured filters, some probably filter out that job. I was able to find it with this input

{
"company": ["https://www.linkedin.com/company/roetzbikes/"],
"locations": ["Netherlands"],
"jobTitles": ["Captain"],
"maxItems": 15,
"postedLimit": "month",
"sortBy": "date"
}

https://console.apify.com/actors/zn01OAlzP853oqn4Z/runs/SXy7jJbSXojt07kmL#output

Should I remove the pre-configured values in input fields?

HarvestAPI avatar

I had to use the job title to find it. But if you provide company, it should be possible to find without the job title. I will update the Actor to not require job tile/location in this case

HarvestAPI avatar

I fixed it. Now you can use only company URL for input

{
"company": ["https://www.linkedin.com/company/roetzbikes/"],
"maxItems": 15,
"postedLimit": "month",
"sortBy": "date"
}
WL

walidj

17 days ago

It works great now, thanks for the quick fix, you're amazing!