
LinkedIn Company Profiles Scraper
Pricing
$7.99/month + usage

LinkedIn Company Profiles Scraper
Actively Maintained - Affordable Rental & Run Cost - LinkedIn Company Profiles Scraper - Extract detailed data from company LinkedIn profiles. Export results for analysis, connect via API, & integrate with other apps. Perfect for recruitment, business, & market research. Unofficial LinkedIn API.
0.0 (0)
Pricing
$7.99/month + usage
18
Total users
342
Monthly users
43
Runs succeeded
>99%
Issues response
2.4 days
Last modified
11 days ago
The Main function of the Actor threw an exception
Closed
I'm not sure what happened. Somehow the LinkedIn Company Profiles Scraper doesn't work anymore.

Hi Strroopwafel, I’ve just run the actor and it is working. Please could you share your run logs. Maybe the LinkedIn website had downtime. Please could you try to run again.
Strroopwafel.success
Thanks for your swift reply. I’m glad to hear that it is working again.
I’m not able to try again on short notice. I suspect we might be in different time zones. I’ll try again tomorrow evening.
Good night!
Strroopwafel.success
Hi,
I ran it again, exactly how I did it yesterday, and it didn’t work. I think I have spotted the error: I have pasted in the company names instead of the URLs. After pasting in the URLs, it works like clockwork!
Here is the log.
2025-06-16T18:33:37.509Z ACTOR: Pulling Docker image of build jLIjFKgfeFpb3lONZ from registry. 2025-06-16T18:33:37.510Z ACTOR: Creating Docker container. 2025-06-16T18:33:37.553Z ACTOR: Starting Docker container. 2025-06-16T18:33:37.872Z Will run command: xvfb-run -a -s "-ac -screen 0 1920x1080x24+32 -nolisten tcp" python3 -m src 2025-06-16T18:33:40.782Z [apify] INFO Initializing Actor... 2025-06-16T18:33:40.784Z [apify] INFO System info ({"apify_sdk_version": "2.2.1", "apify_client_version": "1.10.0", "crawlee_version": "0.5.2", "python_version": "3.11.13", "os": "linux"}) 2025-06-16T18:33:41.122Z company_profile_urls 200 unique_urls 200 2025-06-16T18:33:41.126Z [apify] ERROR Actor failed with an exception 2025-06-16T18:33:41.128Z Traceback (most recent call last): 2025-06-16T18:33:41.128Z File "/usr/src/app/src/linkedin_company_profiles.py", line 121, in main 2025-06-16T18:33:41.129Z start_requests = await request_company_details() 2025-06-16T18:33:41.130Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.130Z File "/usr/src/app/src/linkedin_company_profiles.py", line 117, in request_company_details 2025-06-16T18:33:41.131Z request_batch_company_details.append(Request.from_base_request_data(BaseRequestData(url=url, headers=headers, unique_key=unique_key, user_data=user_data))) 2025-06-16T18:33:41.132Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.132Z File "/usr/local/lib/python3.11/site-packages/pydantic/main.py", line 253, in init 2025-06-16T18:33:41.133Z validated_self = self.pydantic_validator.validate_python(data, self_instance=self) 2025-06-16T18:33:41.133Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.134Z pydantic_core._pydantic_core.ValidationError: 1 validation error for BaseRequestData 2025-06-16T18:33:41.135Z url 2025-06-16T18:33:41.135Z Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='Baseflow B.V.?trk=public_jobs_topcard-org-name', input_type=str] 2025-06-16T18:33:41.136Z For further information visit https://errors.pydantic.dev/2.11/v/url_parsing 2025-06-16T18:33:41.137Z [apify] ERROR Actor failed with an exception ({"message": "Actor failed with an exception"}) 2025-06-16T18:33:41.137Z Traceback (most recent call last): 2025-06-16T18:33:41.138Z File "/usr/src/app/src/linkedin_company_profiles.py", line 121, in main 2025-06-16T18:33:41.139Z start_requests = await request_company_details() 2025-06-16T18:33:41.139Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.140Z File "/usr/src/app/src/linkedin_company_profiles.py", line 117, in request_company_details 2025-06-16T18:33:41.140Z request_batch_company_details.append(Request.from_base_request_data(BaseRequestData(url=url, headers=headers, unique_key=unique_key, user_data=user_data))) 2025-06-16T18:33:41.141Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.142Z File "/usr/local/lib/python3.11/site-packages/pydantic/main.py", line 253, in init 2025-06-16T18:33:41.142Z validated_self = self.pydantic_validator.validate_python(data, self_instance=self) 2025-06-16T18:33:41.143Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-16T18:33:41.144Z pydantic_core._pydantic_core.ValidationError: 1 validation error for BaseRequestData 2025-06-16T18:33:41.144Z url 2025-06-16T18:33:41.145Z Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='Baseflow B.V.?trk=public_jobs_topcard-org-name', input_type=str] 2025-06-16T18:33:41.145Z For further information visit https://errors.pydantic.dev/2.11/v/url_parsing 2025-06-16T18:33:41.146Z [apify] INFO Exiting Actor ({"exit_code": 91}) 2025-06-16T18:33:41.146Z [apify] INFO Exiting Actor ({"exit_code": 91, "message": "Exiting Actor"})

That’s great to hear that it’s working.