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

Parse all results
This option is available for the parsers
SE::Google,
SE::Yandex,
SE::Bing,
SE::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::Suggest), for the
SE::Yandex::WordStat parser, and for the
HTML::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::LinkExtractor parser, it re-inserts all internal site links into queries, allowing you to crawl the entire site and build its link map
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
Parse related to level
This option allows specifying the ability to parse in depth using related keywords. Supported by
SE::Google,
SE::Bing,
SE::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::HTTP parser - Parse People also ask - option for the
SE::Google parser