Skip to content

ArthurPatriot/laravel-iscraper-linkedin

Repository files navigation

iScraper.io Linkedin client SDK for Laravel

Latest Version on Packagist Total Downloads

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.