cuery.seo.aio.apify#

AI Overview collection using Apify SERP actor.

Functions#

gather(prompts[, country, language, batch_size])

Gather AI Overview results for a list of prompts using Apify SERP actor

Module Contents#

async cuery.seo.aio.apify.gather(prompts, country='us', language='en', batch_size=10)#

Gather AI Overview results for a list of prompts using Apify SERP actor

Parameters:
  • prompts (collections.abc.Iterable[str])

  • country (str)

  • language (str)

  • batch_size (int)

Return type:

list[cuery.search.SearchResult]