Crawled pages
API onlyQuery parameters
A comma-separated list of fields to return. Available fields: url, http_code, last_crawled, first_seen, last_attempt, url_rating, title.
A field to order the results by, with optional direction. Format: field_name:asc or field_name:desc (default desc). Available fields: url, http_code, last_crawled, first_seen, last_attempt, url_rating, title.
Supported fields:
- url
- http_code
- last_crawled
- first_seen
- last_attempt
- url_rating
- title
Filter is a JSON string that represents a boolean expression, it should follow the following structure:
<bool_filter> ::= { "and" : <bool_filter>+ }
| { "or" : <bool_filter>+ }
| { "not" : <bool_filter> }
| <expr>
<expr> ::= {
"field" : <dimension|metric>,
? "is": <condition>,
}
<condition> ::= [ "eq", <value> ]
| [ "neq", <value> ]
| [ "gt", <value> ]
| [ "gte", <value> ]
| [ "lt", <value> ]
| [ "lte", <value> ]
| [ "substring", <value> ]
| [ "isubstring", <value> ]
| [ "phrase_match", <value> ]
| [ "iphrase_match", <value> ]
| [ "prefix", <value> ]
| [ "suffix", <value> ]
The number of results to return.
The protocol of your target.
The scope of the search based on the target you entered.
The target of the search: a domain or a URL.
The output format.
Responses
The URL of the crawled page.
The HTTP status code returned when the page was last crawled.
The timestamp of the last successful crawl.
The timestamp when the URL was first seen by Ahrefs.
The timestamp of the last crawl attempt.
URL Rating of the page at the time of the last crawl, on a 100-point scale.
The page's meta title.