🔥Bulk Linkedin Company Profile Scraper (No Cookies) avatar
🔥Bulk Linkedin Company Profile Scraper (No Cookies)

Pricing

$8.00 / 1,000 results

Go to Store
🔥Bulk Linkedin Company Profile Scraper (No Cookies)

🔥Bulk Linkedin Company Profile Scraper (No Cookies)

Developed by

Dev Fusion

Dev Fusion

Maintained by Community

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

FR

Actor dev_fusion~linkedin-company-scraper returns 400 on valid input

Closed

freshleadflow opened this issue
5 days ago

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!

dev_fusion avatar

Please share the run id.

dev_fusion avatar

the json body has to be just like below, there is no input word

{ "profileUrls": [ "https://www.linkedin.com/company/association-of-national-advertisers/" ] }

FR

freshleadflow

4 days ago

Got it I was able to get it working now. Thanks.