The most-stable, affordable, and powerful API that gets you unrestricted access to the entire LinkedIn public data.
Our API gets you the access to LinkedIn profiles' entire public data. Get profile details, employment history, and much more by sending a simple HTTP request.
Using companies data endpoints, you can get the available public details of the company including specialities, industries, the list of it's employees, and much more.
Search LinkedIn for profiles and companies. You can use several available filters like company size ranges, locations, and so on to get targeted results.
You can install the package via composer:
composer require arthurpatriot/laravel-iscraper-linkedin
public function some(LinkedInSearchService $iscraper) {
$iscraper->getAccountDetails();
}
Icraper::getAccountDetails();
Icraper::searchCompanies('amazon');
Icraper::searchPeople('artur-khylskyi');
View full documentation on iScraper.io
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.