LinkedIn Search Scraper ($0.30/1k results) avatar

LinkedIn Search Scraper ($0.30/1k results)

Pricing

$0.30 / 1,000 linkedin search results

Go to Apify Store
LinkedIn Search Scraper ($0.30/1k results)

LinkedIn Search Scraper ($0.30/1k results)

Search public LinkedIn pages through Scrappa. Extract LinkedIn profile, company, post, jobs, and hiring page result URLs with snippets, search metadata, and pagination.

Pricing

$0.30 / 1,000 linkedin search results

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

LinkedIn Search Scraper

Find public LinkedIn profile, company, post, jobs, and hiring page URLs through the Scrappa LinkedIn Search API.

This actor is a thin Apify marketplace wrapper around Scrappa. It validates input, calls https://scrappa.co/api/linkedin/search, and saves one dataset item per organic result.

Features

  • Search Google-indexed LinkedIn pages with precise site:linkedin.com/... queries
  • Discover profile URLs, company pages, posts, job pages, and hiring pages
  • Supports country, language, safe-search, date, duplicate-filter, and pagination controls
  • Returns up to 20 organic results per run to keep result costs amortized
  • Saves a compact OUTPUT summary with search metadata and pagination

Example Searches

{
"query": "site:linkedin.com/in founder AI Berlin",
"num": 3,
"gl": "de",
"hl": "en"
}
{
"query": "site:linkedin.com/company fintech recruiting London",
"num": 10,
"gl": "gb",
"hl": "en"
}
{
"query": "site:linkedin.com/posts \"product launch\" \"cybersecurity\"",
"num": 10,
"dateRestrict": "m1"
}

Input

FieldTypeRequiredDescription
querystringYesGoogle-style LinkedIn search query. Use site:linkedin.com/in, site:linkedin.com/company, site:linkedin.com/posts, or site:linkedin.com/jobs/view to target result types.
numintegerNoOrganic results per run. Accepted range is 1 to 20. Defaults to 10.
pageintegerNoPage number for pagination. Mutually exclusive with start.
startintegerNoStarting result index for pagination. Mutually exclusive with page.
hlstringNoInterface language, for example en, de, or es.
glstringNoGeolocation country code, for example us, de, or gb.
lrstringNoLanguage restrict, for example lang_en.
crstringNoCountry restrict, for example countryUS.
safestringNoSafe search setting: off or active.
dateRestrictstringNoDate filter, for example d7, w1, m1, or y1.
sortstringNoGoogle sort parameter, for example date.
filterintegerNoDuplicate filtering, 0 or 1.
rightsstringNoUsage-rights filter supported by Google Search.

Output

Each item from organic_results is saved as one dataset row.

{
"position": 1,
"title": "Jane Founder - AI Startup",
"link": "https://www.linkedin.com/in/example-founder",
"displayed_link": "https://www.linkedin.com/in/example-founder",
"snippet": "Founder working on AI products in Berlin..."
}

The key-value store OUTPUT key contains a compact run summary with result counts, search metadata, and pagination.

{
"results": 3,
"total_results": 5750000,
"current_page": 1,
"pages": 10,
"search_information": {
"query_displayed": "site:linkedin.com/in founder AI Berlin"
},
"pagination": {
"current_page": 1,
"pages": [
{ "page": 1, "start": 0 },
{ "page": 2, "start": 3 },
{ "page": 3, "start": 6 },
{ "page": 4, "start": 9 },
{ "page": 5, "start": 12 },
{ "page": 6, "start": 15 },
{ "page": 7, "start": 18 },
{ "page": 8, "start": 21 },
{ "page": 9, "start": 24 },
{ "page": 10, "start": 27 }
]
}
}

LinkedIn search results depend on pages indexed by Google and may vary by query, language, country, and date filters.

Support

For issues or questions, contact us through Apify.