Linkedin company scraper
1 day trial then $10.00/month - No credit card required now
Linkedin company scraper
1 day trial then $10.00/month - No credit card required now
This linkedin company extractor program gives you all available information several companies in bulk including name, address, phone numbers, website, employee count, etc
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
Actor Metrics
62 monthly users
-
16 stars
94% runs succeeded
8.3 days response time
Created in Jun 2023
Modified 3 months ago