You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related keywords with search volume, competition, difficulty, intent, and their own related searches. Each keyword is one billable record.
Example
fromunifapi.models.seo_related_keywords_responseimportSeoRelatedKeywordsResponse# TODO update the JSON string belowjson="{}"# create an instance of SeoRelatedKeywordsResponse from a JSON stringseo_related_keywords_response_instance=SeoRelatedKeywordsResponse.from_json(json)
# print the JSON string representation of the objectprint(SeoRelatedKeywordsResponse.to_json())
# convert the object into a dictseo_related_keywords_response_dict=seo_related_keywords_response_instance.to_dict()
# create an instance of SeoRelatedKeywordsResponse from a dictseo_related_keywords_response_from_dict=SeoRelatedKeywordsResponse.from_dict(seo_related_keywords_response_dict)