SEOmonitor API 3.0
  1. Forecast
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. Forecast

Get Forecast keywords

GET
https://apigw.seomonitor.com/v3/forecast/v3.0/keywords
This endpoint returns the forecast data for the keywords included in the Forecast Scenario or Objective, including keyword data, target rank data, and additional traffic data, for the forecast timeframe.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
campaign_id
string 
required
(Required) This parameter specifies the ID of the campaign for which you want to return data.
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your campaigns.
Example:
{{campaign_id}}
forecast_id
string 
required
(Required) This parameter specifies the ID of the Forecast scenario set as an Objective for which you want to return data.
Please refer to the 'Quick Start Guide' to retrieve the ID of your scenarios.
Example:
2407
limit
string 
optional
This parameter determines the maximum number of records to return in a single request.
Maximum Value: 1000 records per request
If you do not specify a limit, the default number of records returned per request will be 100.
Example:
{{limit}}
offset
string 
optional
This parameter specifies the starting point within the collection of resource results. It's typically used with the limit parameter to implement pagination.
If you do not specify an offset, the API will start from the first record.
Example:
{{offset}}
Header Params
Accept
string 
required
Example:
application/json

Request 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/forecast/v3.0/keywords?campaign_id={{campaign_id}}&forecast_id=2407&limit={{limit}}&offset={{offset}}' \
--header 'Accept: application/json' \
--header 'Authorization;'

Responses

🟢200Success
application/json
Body
array of:
keyword
string 
optional
The exact keyword phrase.
keyword_data
object 
optional
Parent field containing data for the keyword's search volume, year_over_year and percentage clicks
percentage_clicks
integer 
optional
The percentage of searches that end up clicking on organic results for the keyword, based on the sum of Top 10 positions' CTRs after discounting the searches satisfied by SERP features.
search_volume
integer 
optional
The latest search volume of the keyword as provided by Google Ads.
year_over_year
number 
optional
The Year-over-Year search trend for the keyword, calculated as last month's search volume compared to one year ago, as provided by Google Ads.
difficulty
string 
optional
The normalized difficulty level of the keyword - "easy", "medium", "hard". Provides an indication of how challenging it is expected to be to rank on this keyword in the top 10.
average_rank_data
object 
optional
Parent field containing data for the keyword's initial, current, estimated, and target ranks.
initial_rank
integer 
optional
The initial rank of the keyword for the month when the scenario was created.
actual_rank
integer 
optional
The latest rank of the keyword on the day the data is returned. Returns empty if the scenario is not set as an Objective.
estimated_rank
integer 
optional
The estimated rank of the keyword for the month when the data is returned. If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the lower (worst) target rank.
estimated_rank_best_target
integer 
optional
If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the higher (best) target rank. If not enabled, this parameter will return empty.
target_rank
integer 
optional
The targetted rank of the keyword for the last month of the timeframe. If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the lower (worst) target rank.
target_rank_best
integer 
optional
If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the higher (best) target rank. If not enabled, this parameter will return empty.
additional_traffic
object 
optional
Parent field containing data related to the estimated Additional Non-Brand Organic Traffic that would be achieved throughout the forecast timeframe if the target ranks were reached.
sessions
integer 
optional
The total estimated Additional Sessions for the keyword throughout the forecast timeframe, including the sessions from long tail keywords if the Long Tail Effect is enabled for the Scenario or Objective. If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the lower (worst) target rank.
sessions_best_target
integer 
optional
If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the higher (best) target rank. If not enabled, this parameter will return empty.
conversions
integer 
optional
The total estimated Additional Conversions for the keyword throughout the forecast timeframe, including the conversions from long tail keywords if the Long Tail Effect is enabled for the Scenario or Objective. If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the lower (worst) target rank.
conversions_best_target
integer 
optional
If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the higher (best) target rank. If not enabled, this parameter will return empty.
revenue
integer 
optional
The estimated Additional Revenue that would be achieved throughout the forecast timeframe, including the revenue from long tail keywords if the Long Tail Effect is enabled for the Scenario or Objective. If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the lower (worst) target rank.
revenue_best_target
integer 
optional
If the Target Rank Range parameter is enabled for the Scenario or Objective, this is the value for the higher (best) target rank. If not enabled, this parameter will return empty.
Example
[
  {
    "keyword": "december birthstone",
    "keyword_data": {
      "percentage_clicks": 0.64,
      "search_volume": 27100,
      "year_over_year": 0.22,
      "difficulty": "medium"
    },
    "average_rank_data": {
      "initial_rank": 29,
      "actual_rank": 21,
      "estimated_rank": 23,
      "estimated_rank_best_target": 0,
      "target_rank": 5,
      "target_rank_best": 23
    },
    "additional_traffic": {
      "sessions": 4600,
      "sessions_best_target": 0,
      "conversions": 126,
      "conversions_best_target": 454,
      "revenue": 3400,
      "revenue_best_target": 5600
    }
  }
]
Modified at 2024-11-05 14:00:35
Previous
Get Forecast objective Data
Built with