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 Keyword AI Search Data
      GET
    • Get Groups List
      GET
    • Get Keywords Competition Data
      GET
    • Get Keywords Competition Data AI Overview
      GET
    • Get Keywords Competition AI Search Data
      GET
    • Get Top 100 Results
      GET
    • Get Groups Data
      GET
    • Get Daily Keyword Ranks
      GET
    • Get Daily Keyword Ranks AI Overview
      GET
    • Get Daily AI Search Keyword Ranks
      GET
    • Get Daily Group Visibility
      GET
    • Get Daily Group Visibility AI Overview Mentions
      GET
    • Get Daily Group Visibility AI Overview Citations
      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
    • Get Share of Voice
      GET
    • Get Daily Group AI Search Brand Mentions visibility
      GET
    • Get Daily Group AI Search Site Citations visibility
      GET
    • Get SERP Visibility Data
      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 Forecast scenario Data
    • Get Forecast objective Data
    • Get Forecast keywords
  • AI Writer
    • Generate Outlines and Articles
    • Get Generation Status
    • Get Article Content
    • Get Topic Recommendations
  • Get URL/Domain Overview
    GET
  • Get Ranking Keywords
    GET
  1. Rank Tracker

Get SERP Visibility Data

GET
/rank-tracker/v3.0/serp-visibility
Returns comprehensive SERP Visibility data including traditional visibility, SERP feature impact, and combined SERP visibility.

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Query 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/serp-visibility?campaign_id={{campaign_id}}&group_id={{group_id}}&start_date={{start_date}}&end_date={{end_date}}&device=' \
--header 'Authorization: <api-key>'

Responses

🟢200OK
application/json
Successful response
Body

Example
{
    "data": [
        {
            "date": "2025-01-01",
            "visibility": 45.23,
            "traditional_visibility": 42.1,
            "serp_feature_impact": 3.13,
            "ctr": 65.5
        }
    ],
    "meta": {
        "campaign_id": "12345",
        "group_id": 0,
        "start_date": "2025-01-01",
        "end_date": "2025-01-31",
        "device": "desktop",
        "total_days": 31
    }
}
🟠400Bad Request
🟠403Forbidden
🟠404Not Found
Modified at 2025-12-04 10:10:48
Previous
Get Daily Group AI Search Site Citations visibility
Next
Get Daily Traffic Data by Segment
Built with