Access LinkedIn profiles, company pages, job listings, and post data through a simple REST API. No LinkedIn Developer app approval, no OAuth flows, no restrictive partnership requirements — just an API key and structured JSON data.
Structured data for real applications. Here are some ideas.
Search and enrich candidate profiles with experience, skills, and education data. Build sourcing tools that find and qualify talent at scale without LinkedIn Recruiter seats.
Enrich CRM contacts with LinkedIn profile data, company information, and job titles. Build prospecting tools that identify decision-makers and track company updates.
Access company profiles with employee counts, industry, description, and specialties. Automate competitor research, market mapping, and investment due diligence.
Search and analyze job postings across companies, industries, and locations. Track hiring trends, skill demand, and salary ranges for labor market analytics.
Everything you need in one API.
/api/linkedin/profile
Get a LinkedIn user's profile with experience, education, and skills
/api/linkedin/company
Get company page data with size, industry, and description
/api/linkedin/search
Search LinkedIn for people by name, title, company, or keywords
/api/linkedin/jobs
Search LinkedIn job postings by keyword, location, and company
/api/linkedin/job
Get full job posting details including requirements and description
/api/linkedin/post
Retrieve a LinkedIn post with reactions, comments, and engagement data
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/linkedin/profile?url=https://linkedin.com/in/williamhgates" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"profile": {
"name": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"location": "Seattle, Washington, United States",
"followers": "35M+",
"connections": "500+",
"experience": [
{
"title": "Co-chair",
"company": "Bill & Melinda Gates Foundation",
"duration": "2000 - Present"
}
],
"education": [
{
"school": "Harvard University",
"degree": "Dropped out",
"years": "1973 - 1975"
}
]
}
}
See how Scrappa compares to the official API.
| Feature | Scrappa | LinkedIn Official API |
|---|---|---|
| Profile data access | Full profiles | Own profile only (basic) |
| Company data | Any company | Managed companies only |
| People search | No (restricted) | |
| Job search | Partner programs only | |
| OAuth required | Yes (complex flow) | |
| App approval needed | Yes (weeks/months) | |
| Price per 1k requests | $0.20 | Free (very limited scope) |
| Free tier | 500 credits/month | Free (own data only) |
| Setup time | Minutes | Weeks to months |
The official LinkedIn API restricts access to your own profile data and requires OAuth, app approval (which can take weeks), and often partnership agreements. Scrappa provides access to any public LinkedIn profile, company, and job listing through a simple API key — no OAuth, no approval process, no restrictions.
Yes. You can query the Profile endpoint with LinkedIn URLs to enrich thousands of CRM contacts with job titles, companies, experience, education, and skills. Many customers use this for sales intelligence, lead scoring, and account research.
Just a Scrappa API key passed as an X-API-KEY header. No LinkedIn Developer app, no OAuth consent flow, no partnership agreement. Sign up for Scrappa, get your key, and start querying LinkedIn data within minutes.
You can access user profiles (experience, education, skills, headline), company pages (size, industry, description, specialties), people search results, job listings with full descriptions, and individual posts with engagement data. All data is returned as structured JSON.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. Test all 6 LinkedIn endpoints — profiles, companies, search, jobs, job details, and posts — before scaling to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All LinkedIn endpoints cost the same. The free tier gives you 500 credits per month — enough to validate your integration and test across all endpoints.