Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.72 KB

File metadata and controls

34 lines (30 loc) · 2.72 KB

Unifapi.Sdk.Model.SeoRankedKeywordItem

Properties

Name Type Description Notes
Keyword string Keyword phrase.
SearchVolume int Average monthly Google search volume. [optional]
Cpc decimal Average cost-per-click in USD. [optional]
Competition decimal Google Ads competition index between 0 and 1. [optional]
CompetitionLevel string Google Ads competition level: LOW, MEDIUM, or HIGH. [optional]
KeywordDifficulty int Relative difficulty of ranking in the top-10 organic results, 0-100. [optional]
SearchIntent string Main search intent: informational, navigational, commercial, or transactional. [optional]
SearchIntentAlternatives List<string> Supplementary search intents detected for the keyword. [optional]
LowTopOfPageBid decimal Lower-range top-of-page bid in USD from Google Ads. [optional]
HighTopOfPageBid decimal Upper-range top-of-page bid in USD from Google Ads. [optional]
WordsCount int Number of words in the keyword. [optional]
DetectedLanguage string Language detected for the keyword. [optional]
SearchVolumeTrend SeoKeywordSearchVolumeTrend [optional]
SerpItemTypes List<string> SERP feature types present for the keyword (only with include_serp_info). [optional]
SerpResultsCount int Number of organic results Google reports for the keyword. [optional]
MonthlySearches List<SeoKeywordMonthlySearch> Per-month search volume for the past 12 months (full view only). [optional]
LastUpdatedAt string When DataForSEO last refreshed the keyword metrics. [optional]
RankGroup int Position in SERP grouping organic results together (ignores ads/features). [optional]
RankAbsolute int Absolute position in SERP counting every element. [optional]
Position string Side of the SERP the element appears on: left or right. [optional]
Domain string Domain that holds the ranking page. [optional]
Title string Title of the ranking page. [optional]
Url string URL of the ranking page. [optional]
Etv decimal Estimated monthly traffic the keyword sends to this URL. [optional]
EstimatedPaidTrafficCost decimal Estimated monthly ad cost (USD) of the traffic this URL receives. [optional]

[Back to Model list] [Back to API list] [Back to README]