Skip to main content

Additional options for certain parsers

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

Additional options for the parser

Parse all results

This option is available for the parsers SE::GoogleSE::Google, SE::YandexSE::Yandex, SE::BingSE::Bing, SE::YahooSE::Yahoo and allows bypassing the 1000 results limit per single 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 parser adds many additional queries, thereby allowing it to scrape much more results (often all) for a single query

Parse to level

This option is present for suggestion parsers (e.g., SE::Google::SuggestSE::Google::Suggest), for the SE::Yandex::WordStatSE::Yandex::WordStat parser, and for the HTML::LinkExtractorHTML::LinkExtractor link parser:

  • For suggestion and Wordstat parsers, it re-inserts scraped keywords back into queries, thereby allowing all nested keywords to be scraped down to the specified level
  • For the HTML::LinkExtractorHTML::LinkExtractor parser, it re-inserts all internal site links into queries, allowing you to crawl the entire site and build its link map
note

For this option, it is mandatory to enable query deduplication; otherwise, a situation may occur where the parser scrapes the same keywords or links in a loop

This option allows specifying the ability to parse in depth using related keywords. Supported by SE::GoogleSE::Google, SE::BingSE::Bing, SE::YahooSE::Yahoo parsers.

Other options

There are a number of additional options for different parsers; more details about their purpose can be found in the documentation for each parser:

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