Improved
- Twitter Search: 19 new filter parameters — added
sort(Top/Latest/From URL),tweet_language,only_verified_users,only_twitter_blue,only_image,only_video,only_quote,author,in_reply_to,mentioning,geotagged_near,within_radius,geocode,place_object_id,minimum_retweets,minimum_favorites,minimum_replies,start_date, andend_date. - YouTube Channel Scraper: content-type toggles — five new boolean parameters control what is collected per channel:
get_videos,get_shorts,get_streams,get_playlists, andget_comments(comments for up to 5 videos/Shorts when combined withget_videos/get_shorts). Corresponding result fields added:videos,shorts,streams,playlists,comments. - Facebook Pages Search:
max_resultsandmax_unique_results_per_run— new parameters to cap how many pages are collected per task and across the run. - API key rotation — new
POST /v1/me/rotate_tokenendpoint atomically replaces your API token with a freshly generated one (10 requests/hour limit). See Rotate API Key. - Resurrect aborted run — new
POST /v1/runs/{run_hash}/resurrectendpoint reopens an aborted run and resets interrupted tasks topending, picking up from where the abort stopped without re-running already-completed tasks. See Resurrect Run. - Community Story Rewards — earn bonus credits (20% of your plan allowance, once per quarter) by posting about your lobstr.io use case on an eligible subreddit. Submit via
POST /v1/community_rewards/submissions, check eligible subreddits viaGET /v1/community_rewards/subreddits, and check submission status viaGET /v1/community_rewards/submissions. Reward credits appear ascommunity_reward_creditin the Get Balance response. See Community Story Rewards.
Fixed
- Twitter User Tweets: full timeline and retweet fields — the scraper now collects the complete timeline (not just the first page) and fixed retweet field extraction.
- Instagram Profile: rate-limit retry speed — retry intervals on rate limits are now shorter, reducing wait time on large profile scraping runs.
- Instagram Reels: key error — fixed a
KeyErrorthat caused certain reel records to fail silently. - Sales Navigator Leads: proxy rotation on connection retries — connection-layer retries now rotate the proxy, reducing stalls on persistent connection failures.
- Google Maps Reviews: premature empty page — the scraper now retries when
batchexecutereturns an empty page prematurely instead of truncating the review list. - SeLoger:
wl-cdpshort-link routing — new short-link URL format (wl-cdp) is now correctly routed to the listing detail page. - Google Search: sponsored results — paid (
is_paid) results are now correctly extracted via the serp-api backend. - Google News: session reset on connection errors — session is reset on
connectionErrorin both keyword and topic result fetches.