Full name, work experience, education — returned as structured JSON. $0.01 per successful lookup. You only pay when we find the data.
# Scrape a LinkedIn profile
curl -X POST https://api.scrapelinkedin.com/api/v1/scrape \
-H "Content-Type: application/json" \
-H "X-API-Key: li_live_YOUR_KEY" \
-d '{"linkedin_url": "https://linkedin.com/in/johndoe"}'
# Check result (~20-30 seconds later)
curl https://api.scrapelinkedin.com/api/v1/scrape/PROFILE_ID \
-H "X-API-Key: li_live_YOUR_KEY"
POST /api/v1/auth/register with your email. You'll get a 6-digit verification code.
POST /api/v1/auth/verify with the code, then POST /api/v1/auth/api-key. You get 5 free credits.
POST /api/v1/scrape with a LinkedIn URL. Poll the result by ID. Single or batch (up to 1,000 URLs).
$0.01 per lookup. If we can't find the profile, the credit is automatically refunded. You only pay for data we return.
Results are cached for 24 hours. Repeat lookups within that window are instant and free.
Send up to 1,000 LinkedIn URLs in one request. Get webhook callbacks when the batch completes.
Full name, work experience (companies, titles, dates), and education — returned as clean JSON.
Simple. No tiers. No subscriptions. Buy credits, use them whenever.
$0.01 each
$0.01 each
$0.01 each
5 free credits on signup. Failed lookups are automatically refunded. Cached results are free.
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| POST | /api/v1/scrape | 1 credit | Scrape a single profile |
| POST | /api/v1/scrape/batch | N credits | Scrape up to 1,000 profiles |
| GET | /api/v1/scrape/{id} | Free | Check result by ID |
| GET | /api/v1/scrape?linkedin_url=... | Free | Check result by URL |
| GET | /api/v1/scrape/batch/{batch_id} | Free | Check batch progress |
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| POST | /api/v1/auth/register | Free | Create account |
| POST | /api/v1/auth/verify | Free | Verify email |
| POST | /api/v1/auth/api-key | Free | Generate API key |
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| GET | /api/v1/account | Free | View balance and usage |
| GET | /api/v1/credits/packs | Free | List credit packs |
| POST | /api/v1/credits/purchase | Free | Buy credits via Stripe |
Full API reference: llms-full.txt · OpenAPI spec · Interactive docs
This site is designed for machine consumption. AI agents can discover and integrate with this API using these files: