SE::AOL - Search engine results parser for search.aol.com

AOL parser overview
AOL parser is a parser for AOL search results. Thanks to the AOL parser, you will be able to obtain huge databases of links ready for further use. You can use queries in the same form as you enter them in the AOL search bar, including search operators (contains, intitle, language, site, etc.). More details on the official AOL Search FAQs page.
A-Parser functionality allows you to save AOL parser settings for future use (presets), set a parsing schedule, and much more. You can use automatic query multiplication, substitution of subqueries from files, brute-forcing of alphanumeric combinations and lists to get the maximum possible number of results.
Saving results is possible in the form and structure you need, thanks to the built-in powerful Template Toolkit which allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.
Collected data
- Number of results per query
- Links, anchors, and snippets from the search results

Capabilities
The AOL search engine parser has the following features and settings:
- Support for all AOL search operators (site:, prefer:, url:, feed:, etc.). More details on the official AOL Search FAQs page
- Parses the maximum number of results provided by AOL - 100 pages with 20 elements in the results of each page
- Support for result periods (Anytime, Day, Week, Month)
Use cases
- Collecting link databases - for A-Poster, XRumer, AllSubmitter, etc.
- Assessing competition for keywords
- Parsing American Google search results
- Searching for backlinks (mentions) of sites
- Checking site indexing
- Searching for vulnerable sites
- Any other options involving AOL parsing in one form or another
Queries
As queries, you should specify search phrases exactly as if they were entered directly into the AOL search form, for example:
test
buy house
site:www.realtor.com
feed:football
a-parser loc:ca
Query substitutions
You can use built-in macros for query multiplication, for example, we want to get a very large database of forums, let's specify several main queries in different languages:
forum
forum
foro
论坛
In the query format, we will specify a character brute-force from a to zzzz, this method allows for maximum rotation of search results and obtaining many new unique results:
$query {az:a:zzzz}
This macro will create 475254 additional queries for each original search query, which in total will give 4 x 475254 = 1901016 search queries, an impressive figure, but it is not a problem at all for A-Parser. At a speed of 2000 queries per minute, such a task will be processed in just 16 hours.
Using operators
You can use search operators in the query format, so it will be automatically added to each query from your list:
site:$query
Output results examples
A-Parser supports flexible result formatting thanks to the built-in Template Toolkit, which allows it to output results in an arbitrary form, as well as in a structured one, such as CSV or JSON
Link list export
Links + anchors + snippets with position output
Outputting links, anchors, and snippets to a CSV table
Saving related keywords
Keyword competition
Link indexing check
Saving in SQL format
Result dump to JSON
Results processing
A-Parser allows you to process results directly during parsing, in this section we have listed the most popular cases for the AOL parser
Link deduplication
Link deduplication by domain
Extracting domains
Removing tags from anchors and snippets
Filtering links by inclusion
Possible settings
| Parameter name | Default value | Description |
|---|---|---|
| Pages count | 5 | Number of pages to parse (from 1 to 100) |
| Period | Anytime | Result period (Anytime, Day, Week, Month) |
| AOL domain | search.aol.com | Selection of search result country (search.aol.com, search.aol.co.uk, recherche.aol.fr, suche.aol.de) |