Async Search Archive

Submit server-side async searches and retrieve them later from the Search Archive API.

SerpApi supports server-side async searches. This is different from Python asyncio: you submit a search with async=true, receive a search ID, and retrieve the completed search later with the Search Archive API.

When to Use Async Searches

Async searches are useful when you want to submit work quickly and collect results later, especially from job queues, scheduled workers, or data pipelines.

Do not combine async=true with no_cache=true. Use the SerpApi Search Archive API documentation for retention windows and status details.