getPaidPagesFromSERP
Get all the all the paid pages ranking on the SERP for a given keyword
This function spends 10 credits per execution
- keyword: The keyword to get the position
- languageCode: The language code where to do the search (i.e.
en
for English)
- skipHeader: If true, the first row of the results will be skipped
- searchEngine: The search engine to use (By default is used Google)
- device: The device to use (By default is used mobile)
- depth: The depth of the SERP to search (By default is 100)
- seDomain: The domain of the search engine to use (By default is used google.com)
- Array: The absolute position, the relative to the all group and the URLs ranking for that keyword in the search engine
getPaidPagesFromSERP("seo", "en", "United States", true, "google", "mobile", 10, "google.com")
// paid, absolute, url
// 1 1 https://klientboost.com/services/seo-agency/
// 2 2 https://www.seobrisk.com/?url=%7Bwebsite%7D&s=g&b=DX
// 3 3 https://www.topseos.com/rankings-of-best-seo-companies-
// 4 4 https://www.searchberg.com/
// 5 18 https://graybox.co/mlp/seo-company
// 6 19 https://www.mainstreethost.com/marketing/affordable/seo-agency/
// 7 20 http://go.getmelinks.com/
- Check competition on SERPs for a given query
- Benchmark of who's ranking for specific queries & who's paying to stay there
Last modified 4mo ago