Skip to main content
POST
Update Settings
Configure your LinkedIn Posts Scraper squid settings to control how many posts are collected and apply time-based filtering.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY
Content-Type
string
required
Request body format. Value: application/json

Scraper Parameters

Set these parameters in the params object:
ParameterTypeDefaultDescription
max_resultsintegerunlimitedMaximum number of posts to collect per task (per profile or company URL). Ignored when the input is a direct post URL
max_unique_results_per_runintegerunlimitedMaximum unique results across all tasks in the entire run
fetch_sincestringnullStop scraping when posts older than this threshold are reached (based on posted_at). Use a relative duration (24h, 7d, 2w) or an absolute date (YYYY-MM-DD HH:MM:SS). Ignored when the input is a direct post URL
fetch_since_timezonestringnullTimezone for interpreting an absolute fetch_since date (e.g. Europe/Paris). Only applies when fetch_since is an absolute date — ignored for relative values. See supported timezones

Squid Settings

Configure general squid settings:
SettingTypeDescription
namestringDisplay name for your squid configuration
concurrencyintegerNumber of parallel scraping threads (default: 1)
export_unique_resultsbooleanExport only unique results (deduplicated)
to_completebooleanRun until all tasks complete
no_line_breaksbooleanRemove line breaks from results
Use fetch_since: "7d" combined with a scheduled run to monitor LinkedIn activity and capture only new posts each week.

Code Examples

Response

201