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
Domains competing for the seed keywords, ranked by visibility. Each domain is one billable record.
Example
fromunifapi.models.seo_serp_competitors_responseimportSeoSerpCompetitorsResponse# TODO update the JSON string belowjson="{}"# create an instance of SeoSerpCompetitorsResponse from a JSON stringseo_serp_competitors_response_instance=SeoSerpCompetitorsResponse.from_json(json)
# print the JSON string representation of the objectprint(SeoSerpCompetitorsResponse.to_json())
# convert the object into a dictseo_serp_competitors_response_dict=seo_serp_competitors_response_instance.to_dict()
# create an instance of SeoSerpCompetitorsResponse from a dictseo_serp_competitors_response_from_dict=SeoSerpCompetitorsResponse.from_dict(seo_serp_competitors_response_dict)