Skip to main content
POST
/
api
/
ubersuggest
/
pages
/ubersuggest/pages
curl --request POST \
  --url https://api.anysite.io/api/ubersuggest/pages \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "page": "<string>",
  "timeout": 300,
  "lang": "en",
  "loc_id": 2840
}
'
[
  {
    "page": "<string>",
    "@type": "@ubersuggest_page",
    "organic_keywords": 123,
    "traffic": 123,
    "paid_keywords": 123,
    "paid_traffic": 123,
    "page_authority": 123,
    "backlinks": 123,
    "ref_domains": 123,
    "follow": 123,
    "nofollow": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
page
string
required

Page URL to look up SEO metrics for

Minimum string length: 1
Examples:

"https://www.nytimes.com/"

"example.com/blog"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
lang
enum<string>
default:en

Content language

Available options:
en,
es,
de,
fr,
it,
pt,
nl,
pl,
ru,
ja,
hi
loc_id
integer
default:2840

Location id (resolve via the locations search endpoint, e.g. 2840 for the United States)

Required range: x >= 1
Example:

2840

Response

Successful Response

page
string
required
@type
string
default:@ubersuggest_page
organic_keywords
integer | null
traffic
integer | null
paid_keywords
integer | null
paid_traffic
integer | null
page_authority
integer | null
ref_domains
integer | null
follow
integer | null
nofollow
integer | null