arthurpatriot / laravel-iscraper-linkedin
iScraper.io client laravel SDK for LinkedIn. The most-stable, affordable, and powerful API that gets you unrestricted access to the entire LinkedIn public data.
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-12-27 16:35:29 UTC
README
The most-stable, affordable, and powerful API that gets you unrestricted access to the entire LinkedIn public data.
Profiles Data API
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.
Company Data API
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 API
Search LinkedIn for profiles and companies. You can use several available filters like company size ranges, locations, and so on to get targeted results.
Installation
You can install the package via composer:
composer require arthurpatriot/laravel-iscraper-linkedin
Usage with Dependency Injection
public function some(LinkedInSearchService $iscraper) { $iscraper->getAccountDetails(); }
Usage with Facade
Icraper::getAccountDetails(); Icraper::searchCompanies('amazon'); Icraper::searchPeople('artur-khylskyi');
Wiki
View full documentation on iScraper.io
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.