SEOmonitor API 3.0
  1. Rank Tracker
SEOmonitor API 3.0
  • Overview
  • Campaigns
    • Get Tracked Campaigns
      GET
  • Rank Tracker
    • Get Keyword Data
      GET
    • Get Keyword AI Overview Data
      GET
    • Get Groups List
      GET
    • Get Keywords Competition Data
      GET
    • Get Top 100 Results
      GET
    • Get Groups Data
      GET
    • Get Daily Keyword Ranks
      GET
    • Get Daily Group Visibility
      GET
    • Add New Keywords
      POST
    • Get Keywords Import Status
      GET
    • Get Daily SERP Feature Presence
      GET
    • Get Ranking Pages
      GET
    • Get Daily Share of Clicks
      GET
  • Organic Traffic
    • Get Daily Traffic Data by Segment
      GET
    • Get Traffic Data by Keywords
      GET
  • Research
    • Keyword Research
      • By Topic
        • Get Related Keywords
        • Get Topic Overview
      • By URL/Domain
        • Get URL/Domain Overview
        • Get Ranking Keywords
      • Get Keyword Data
      • Get Ranking Data
    • Keyword Vault
      • Get Keyword Data by List
      • Get Overview Data
  • Forecast
    • Get Forecast scenarios
      GET
    • Get Forecast scenario Data
      GET
    • Get Forecast objective Data
      GET
    • Get Forecast keywords
      GET
  1. Rank Tracker

Get Groups Data

GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/data
With this endpoint, you can retrieve overall aggregated search and SERP data along with Visibility metrics and trends for all the keywords of the groups specified through group IDs.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/data?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_ids={{group_ids}}&limit={{limit}}&offset={{offset}}' \
--header 'Accept: application/json' \
--header 'Authorization: <api-key>'

Responses

🟢200A list of groups details.
application/json
Body

Example
[
    {
        "group_id": 2261,
        "group_name": "Bath Department",
        "keyword_counters": {
            "main_keywords": 123,
            "close_cariations": 3
        },
        "serp_data": {
            "desktop": [
                {
                    "feature": "AIO",
                    "presence_count": 11,
                    "listed_count": 1
                },
                {
                    "feature": "AIB",
                    "presence_count": 10,
                    "listed_count": 9
                },
                {
                    "feature": "IMG",
                    "presence_count": 100,
                    "listed_count": 10
                }
            ],
            "mobile": [
                {
                    "feature": "AIO",
                    "presence_count": 11,
                    "listed_count": 1
                },
                {
                    "feature": "AIB",
                    "presence_count": 10,
                    "listed_count": 9
                },
                {
                    "feature": "IMG",
                    "presence_count": 100,
                    "listed_count": 10
                }
            ]
        },
        "percentage_clicks": 0.69,
        "search_intent": {
            "informational": 0.25,
            "commercial": 0.2,
            "transactioal": 0.55
        },
        "search_data": {
            "search_volume": 5903860,
            "monthly_searches": [
                {
                    "month": "January",
                    "year": "2023",
                    "search_volume": 8293610
                }
            ],
            "volume_by_device": {
                "desktop": 0.24605408651822203,
                "mobile": 0.753945913481778
            },
            "year_over_year": 1.5
        },
        "visibility": {
            "desktop": {
                "latest": 11.8,
                "trend": -0.44
            },
            "mobile": {
                "latest": 11.8,
                "trend": -0.24
            }
        },
        "opportunity": {
            "score": 8,
            "difficulty_top_10": "hard",
            "additional_monthly_sessions": 18744,
            "avg_cpc": 0.06
        },
        "traffic_data": {
            "sessions": 0,
            "ecommerce": {
                "transactions": 0,
                "revenue": 0
            },
            "goals": {
                "completions": 0,
                "revenue": 0
            }
        }
    }
]
Modified at 2024-11-05 13:57:18
Previous
Get Top 100 Results
Next
Get Daily Keyword Ranks
Built with