
🔥Bulk Linkedin Company Profile Scraper (No Cookies)
Pricing
$8.00 / 1,000 results

🔥Bulk Linkedin Company Profile Scraper (No Cookies)
The LinkedIn Company Scraper Actor efficiently extracts comprehensive company information from LinkedIn, including names, industries, websites, employee counts, and more, without requiring cookies. It simplifies data gathering for market analysis and competitive research.
4.8 (8)
Pricing
$8.00 / 1,000 results
207
Total users
1.9K
Monthly users
669
Runs succeeded
>99%
Issues response
6.6 hours
Last modified
2 months ago
Actor dev_fusion~linkedin-company-scraper returns 400 on valid input
Closed
Hi team,
We’re encountering consistent 400 - invalid-input errors when calling the linkedin-company-scraper actor using the /runs?wait=1 endpoint. The payload being passed is:
json: { "input": { "profileUrls": [ "https://www.linkedin.com/company/association-of-national-advertisers/" ] } } This structure previously worked and conforms to your schema as documented. Here’s the exact error we receive:
arduino: 400 - { "error": { "type": "invalid-input", "message": "Input is not valid: Field input.profileUrls is required" } } We’ve tried:
JSON stringifying the payload
Switching json: true / false
Verifying authorization
Testing with fallback URLs
This appears to be a regression or schema desync on your end.
Please let us know:
If the input schema changed and we need to adapt,
Or if this is an internal issue with the actor's validation logic.
Thanks in advance!
Please share the run id.
the json body has to be just like below, there is no input word
{ "profileUrls": [ "https://www.linkedin.com/company/association-of-national-advertisers/" ] }
freshleadflow
Got it I was able to get it working now. Thanks.