Skip to content

Releases: apify/crawlee

v3.13.8

Choose a tag to compare

@apify-service-account apify-service-account released this 16 Jun 21:57

3.13.8 (2025-06-16)

Bug Fixes

  • Do not enqueue more links than what the crawler is capable of processing (#2990) (ea094c8), closes #2728
  • Persist rendering type detection results in AdaptivePlaywrightCrawler (#2987) (76431ba), closes #2899

Features

  • dataset: add collectAllKeys option for full CSV export (#2945) (#3007) (3b629da)
  • support KVS.listKeys() prefix and collection parameters (#3001) (5c4726d), closes #2974

v3.13.7

Choose a tag to compare

@apify-service-account apify-service-account released this 06 Jun 11:47

3.13.7 (2025-06-06)

Bug Fixes

  • use merged cookies correctly in GotScrapingHttpClient (#3000) (a2985f2), closes #2991

v3.13.6

Choose a tag to compare

@apify-service-account apify-service-account released this 05 Jun 15:06

3.13.6 (2025-06-05)

Bug Fixes

  • enable full cookie support for ImpitHttpClient (#2991) (120f0a7)
  • ensure PlaywrightGotoOptions won't result in unknown when playwright is not installed (#2995) (93eba38), closes #2994
  • extract only body from iframe elements (#2986) (c36166e), closes #2979

v3.13.5

Choose a tag to compare

@apify-service-account apify-service-account released this 20 May 08:29

3.13.5 (2025-05-20)

Features

  • add MinimumSpeedStream and ByteCounterStream helpers (#2970) (921c4ee)
  • Allow the AdaptivePlaywrightCrawler result comparator to signal an inconclusive result (#2975) (7ba8906)

v3.13.4

Choose a tag to compare

@apify-service-account apify-service-account released this 14 May 13:19

3.13.4 (2025-05-14)

Bug Fixes

  • core: respect systemInfoV2 in snapshotter (#2961) (4100eab), closes #2958
  • core: use short timeouts for periodic KVS.setRecord calls (#2962) (d31d90e)
  • core: optimize request unlocking to get rid of unnecessary unlock calls (#2963) (a433037)
  • social: extract emails from each text node separately (#2952) (799afc1)

Features

  • impit-client: bump impit version to v0.4 (#2954) (7a1bf10)

v3.13.3

Choose a tag to compare

@apify-service-account apify-service-account released this 05 May 07:09

3.13.3 (2025-05-05)

Bug Fixes

Features

  • pass response to FileDownload.streamHandler (#2930) (008c4c7)

v3.13.2

Choose a tag to compare

@apify-service-account apify-service-account released this 08 Apr 10:14

3.13.2 (2025-04-08)

Features

v3.13.1

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Apr 06:55

3.13.1 (2025-04-07)

Bug Fixes

Features

v3.13.0

Choose a tag to compare

@apify-service-account apify-service-account released this 04 Mar 09:13

3.13.0 (2025-03-04)

Bug Fixes

Features

v3.12.2

Choose a tag to compare

@apify-service-account apify-service-account released this 27 Jan 08:16

3.12.2 (2025-01-27)

Bug Fixes

Features

  • impit-based HttpClient implementation (#2787) (61d7ffa)
  • add support for parsing comma-separated list environment variables (#2765) (4e50c47)
  • stopping the crawlers gracefully with BasicCrawler.stop() (#2792) (af2966f), closes #2777