Scrape people by search URL
Run ONE page of a regular LinkedIn people-search URL right now and return the people on it. This is the direct, stateless form of the get-linkedin-profiles-search getter. Paste any people-search URL built in the LinkedIn UI; page through by re-calling with page + 1 while paging.has_more. Costs 2 credits on the pool path (free on an own account with scraping budget). If commercial_use_limit_hit fires, switch to the Sales Navigator engine. Use for run-now list-building; for monitored/large drains create a saved search (linkedin-searches) instead.
Contract:
- MCP tool
scrape_linkedin_search_people_by_url, registry packagemcp.linkedin/linkedin_scraping, mountlinkedin.scraping. - Operation
action, response envelopeaction. - Flags: creditable: the response carries a
creditsblock and the call can debit the team ledger.
Authorizations
Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.
Team scope for tokens that do not carry one. Ignored when the token already names a team.
Body
Request body of scrape_linkedin_search_people_by_url.
MUST start with https://www.linkedin.com/search/results/people/ (422 invalid_search_url otherwise).
2048Preferred executor account (ln_ac_…). OPTIONAL everywhere on this surface: omitted → platform pool + credits (reason infra_pool); given with scraping-bucket budget → own account, charged 0; given but the bucket is saturated/held → automatic pool fallback (reason limit_fallback), never a 429 (§9.5).
18^ln_ac_Ledger replay guard: a repeat call with the same (team, key) returns the stored outcome; no re-execution, no double charge. Recommended on every paid call.
128LinkedIn page number, default 1; one page per call.
1 <= x <= 100