





API:Marketing
API Endpoint Path
required
Linkedin User Profile Scraper API
api/1/linkedinProfileScraper
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on Linkedin user profile
token
required
BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/linkedinProfileScraper, and accessible to on-site APP on /app/1/linkedinScraper as well
companyname
required
Input the target company name in English
title
required
Enter the specific position title
Linkedin User Profile Scraper API
api/1/linkedinProfileScraper
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/1/linkedinProfileScraper"
## Required Arguments & Parameters ##
token = "your buyfromlo token"
companyname = "a company name"
title="person job title"
data={"companyname": companyname, "title": title}
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(apiendpoint, json=data, headers=headers)
print(response.status_code)
print(response.json())
JSON Response Sample
{
'Prospect Profile': " " (string),
"Linkedin Profile Link": ""(string),
'Module': " " (string),
}
Yes, absolutely. Our API is designed to streamline lead generation by allowing you to search for individuals based on company, job title, or other relevant keywords.
You can retrieve prospect names, job titles, LinkedIn profile URLs, and with our Standard or Prestige plans, you can also access contact information.
Contact information like email addresses and phone numbers are unlocked with our Standard or Prestige plans. You can find detailed pricing on our website.
The API has a limit of 500 requests per month. You can contact us for enterprise solutions if you require higher limits.
Yes, we provide code examples and integration support for various programming languages, including Python, JavaScript, Ruby, and more.
Our API is ideal for lead generation, market research, competitor analysis, and building talent pipelines.
The API allows you to make up to 20 requests per minute.
We typically offer a free trial or a limited-access plan for you to test the API's functionality.
No, the API is strictly for personal use within your organization. Reselling or distributing the data is prohibited. Refer to our Terms of Service for detailed information.
For details on usage obligations, liability, and other legal aspects, please review our Legal Terms of Service & Condition document on our website.