Improved
- SeLoger: new listing fields — added
agency_company_name,agency_siret,property_sub_type,is_new,plot_surface,transport,has_brokerage_fee,listing_creation_date, andlisting_update_date. These fields are returned directly from search results without requiringget_annonce_details. Also addedmax_unique_results_per_runparameter. - Sales Navigator Leads:
split_search,skip_collected_leads,fetch_since, and more —split_searchbreaks large searches into sub-searches to collect beyond the 2,500-lead cap;skip_collected_leadsskips leads already in your database for faster incremental runs;fetch_sincestops scraping when leads older than the threshold are reached (relative:24h,7d; absolute:YYYY-MM-DD HH:MM:SS). Also addedstart_page,max_unique_results_per_run,fetch_since_timezone, andget_profile_details. New result fields:recently_hired,pending_invitation,current_role_description(requiresget_profile_details), andbanner_url(requiresget_profile_details). - Realtor: improved scraper reliability — updated bypass logic and listing detail extraction.
Fixed
- Google Maps Leads: email and website filter conflict — enabling
extract_emails_from_websitealongsidewebsite_filter: "without_website"orskip_without_emailproduced conflicting conditions. Fixed. - Google Maps Reviews: translated text extraction — the
translated_textandoriginal_textfields were using incorrect field index offsets; both are now extracted correctly. - Instagram Post Comments: cookie expiration — expired session cookies now trigger a re-authentication instead of failing the run. Fixed.
- SeLoger: missing title and description on some listings —
title,description,dpe, andbedrooms_countwere absent on results from classified-search paths. Fixed. - Facebook Group Posts: session invalidation on proxy change — runs using multiple accounts no longer rotate the proxy mid-session, preventing unexpected logouts. Fixed.
- Sales Navigator Companies: stale search parameter crash — an expired
recentSearchParamno longer causes a permanent 500 error; it is refreshed automatically. Fixed.