How does this Google Maps search work?

https://www.youtube.com/watch?v=1iQK7VEoWyI&t=2s Hello, I'm currently working on a project that involves scraping Google Maps. My search queries always return exactly the same number of results: 120 (+2 ads). For each search query, the results are limited to 120. In the video on YouTube, someone created a search tool that searches by radius and in the example…

Crawler doesn't move forward when finished with a URL?

Hello everyone, I'm currently working on a Python crawler specifically developed for the website beispielurl.de. My goal is to crawl various subpages, each belonging to a different category, such as "Bottle Manufacturer" and "Card Manufacturer." The crawler should automatically switch from one category (e.g., beispielurl.de/BottleManufacturer/page-1, beispielurl.de/BottleManufacturer/page-2, etc.) to the next (e.g., beispielurl.de/CardManufacturer/page-1, beispielurl.de/CardManufacturer/page-2, etc.) once…