Linkedin company scraper avatar
Linkedin company scraper
Try for free

1 day trial then $10.00/month - No credit card required now

View all Actors
Linkedin company scraper

Linkedin company scraper

curious_coder/linkedin-company-scraper
Try for free

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

BA

Scraper not returning data 2024-05-29

Closed

buoyant_aspect opened this issue
2 months ago

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!

curious_coder avatar

Try with new cookies, and share the run / logs

Developer
Maintained by Community
Actor metrics
  • 52 monthly users
  • 8 stars
  • 82.8% runs succeeded
  • 1.4 days response time
  • Created in Jun 2023
  • Modified 5 days ago