Skip to main content

Additional options for some scrapers

Some scrapers support additional options that can be added via the settings context menu.

Additional options for the scraper

Parse all results

This option is available for SE::GoogleSE::Google, SE::YandexSE::Yandex, SE::BingSE::Bing, SE::YahooSE::Yahoo scrapers and allows bypassing the output limits of 1000 results per query:

  • When parsing queries, A-Parser estimates the number of results in the SERP displayed by Google or Yandex
  • Depending on the number of results, the scraper adds many additional queries, thereby allowing significantly more results (often all) to be scraped for a single query

Parse to level

This option is available for suggestion scrapers (e.g., SE::Google::SuggestSE::Google::Suggest), for the SE::Yandex::WordStatSE::Yandex::WordStat scraper and for the link scraperHTML::LinkExtractorHTML::LinkExtractor:

  • For suggestion and wordstat scrapers, scraped keywords are re-substituted into queries, allowing all nested keywords to be scraped up to the specified level
  • For the HTML::LinkExtractorHTML::LinkExtractor scraper, all internal links of the site are re-substituted into queries, allowing the entire site to be traversed, compiling its link map
note

For this option, it is essential to enable query deduplication, otherwise, a situation may arise where the scraper continuously scrapes the same keywords or links in a loop

This option allows specifying the possibility of deep scraping through related keywords. Supported by SE::GoogleSE::Google, SE::BingSE::Bing, SE::YahooSE::Yahoo.

Other options

There are a number of additional options for different scrapers; you can find more details about their purpose in the documentation for each scraper:

  • Use Pages, Check Content, Check Next Page - options for the Net::HTTPNet::HTTP
  • Parse People also ask - option for the SE::GoogleSE::Google