
Linkedin company scraper
Pricing
$10.00/month + usage

Linkedin company scraper
This linkedin company extractor program gives you all available information several companies in bulk including name, address, phone numbers, website, employee count, etc
0.0 (0)
Pricing
$10.00/month + usage
37
Total users
1K
Monthly users
60
Runs succeeded
74%
Issues response
1.1 hours
Last modified
10 months ago
Scraper not returning data 2024-05-29
Closed
Prepare the Actor input
run_input = { "urls": [ "https://www.linkedin.com/company/microsoft", "https://www.linkedin.com/company/76987811", ], "minDelay": 2, "maxDelay": 5, "cookie": linkedin_cookies }
Run the Actor and wait for it to finish
run = client.actor("CzfgYQcC57pYWSXbv").call(run_input=run_input)
all_linkedin_companies = []
Fetch and print Actor results from the run's dataset (if there are any)
for item in client.dataset(run["defaultDatasetId"]).iterate_items(): print(item) all_linkedin_companies.append(item)
Yesterday the scraper wasss running well. But today when I run it, I don't get any data. Can you check? Thank you!

Try with new cookies, and share the run / logs