August 2025

Here are the major changes we've released in August 2025:

Features

Browser Requests

  • scroll - we've added a timeout parameter which dictates how long Gaffa should wait for the page to become scrollable before the action fails.

  • The download_file action now supports a much number of file download types: .pdf, .jpg, .jpeg, .png, .gif, .bmp, .webp, .svg, .tiff, .tif, .img

Beta Features

Mapping Requests

  • We've added a new feature called mapping requests which is currently in beta (please request access if you want to try it) which allows you to extract all the URLs from the sitemap of a site. Read more in the docs.

Browser Requests

  • We've refined the parse_json action with a new parameter:

    • If you are parsing a PDF file you can specify max_pages which will cap the number of pages sent to the large language model limiting the scope and token usage.

Last updated