Unifapi.Sdk.Model.SeoKeywordItem
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]
[Back to Model list] [Back to API list] [Back to README]