getPaidPagesFromSERP

Overview

Get all the all the paid pages ranking on the SERP for a given keyword

Credits cost per execution

This function spends 10 credits per execution

Video example

Arguments

  • keyword: The keyword to get the position

  • languageCode: The language code where to do the search (i.e. en for English)

  • locationName: The location where to do the search (i.e. United States).

    • Check the full list of locations available downloading the CSV depending on the Search Engine

Optional arguments

  • 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)

Expected output

  • Array: The absolute position, the relative to the all group and the URLs ranking for that keyword in the search engine

Text example

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/

Use cases

  • Check competition on SERPs for a given query

  • Benchmark of who's ranking for specific queries & who's paying to stay there

Last updated