tool · inferred from evidence
context.add_requests
A method in crawlee-python to add requests to the context for processing.
- How to pass data between handlers in Crawlee Python, from the listing-page handler to the detail-page handler
They were scraping half of each item's data in the listing-page handler and the other half in the detail-page handler, and needed to carry data (like a screening start time scraped on the listing page) down into the detail handler to combin