#
# # # # #

Linkedin User Profile Scraper API

API:Marketing

US$20US$30

  • Linkedin profile scraper API faciliates you to search talents or potential prospect just inputting simple queries. Users just input the company name with title or position name to scrape profiles in mins at scale. The scraped results return the prospect name, position, Linkedin profile URL. Users can get the specific people's contact if you subscribe the standard or pretisge plan

  • The API is for personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

1 Mins Video Google Sheets Demo


Linkedin User Profile Scraper API Applied to Use in Google Sheets.

Features

  • Linkedin profile scraper API faciliates you to search talents or potential prospect just inputting simple queries.
  • Users just input the company name with title or position name to scrape profiles in mins at scale.
  • The scraped results return the prospect name, position, Linkedin profile URL.
  • Users can get the specific people's contact if you subscribe the standard or pretisge plan

API Endpoint Specifications

  • Endpoint Path: /api/1/linkedinScraperAPI
  • Type of Data: JSON & 20 requests per min
  • Data Source: Linkedin
  • Request Limit: 500 requests/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

Linkedin User Profile Scraper API Endpoint Basic Info

API Endpoint Path

required

Linkedin User Profile Scraper API

https://www.buyfromlo.com/api/1/linkedinProfileScraper


Call Method

Required

GET

Type of Data Return

JSON

JSON output structured data for Linkedin user profile data


Available API Arguments & Parameters

Token

required

BUYFROMLO API token. Free and subscription APIs are both available on www.buyfromlo.com/apis, and accessible to on-site APP on www.buyfromlo.com/app as well

companyname

required

Input the target company name in English

title

required

Enter the specific position title



Linkedin User Profile Scraper API

https://www.buyfromlo.com/api/1/linkedinProfileScraper


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://www.buyfromlo.com/api/1/linkedinProfileScraper"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
companyname = "a company name"
title="person job title"

## Call the api ##
response = requests.get(apiendpoint + "?token=" + token + "&companyname=" + companyname + "&title=" + title)
print(response.status)
print(response.json())
                        

JSON Response Sample


{
    'Prospect Profile': '',
    'Module': ''
}