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 that share referring domains with the target, by shared-domain count. Each competitor is one billable record.
Example
fromunifapi.models.seo_backlinks_competitors_responseimportSeoBacklinksCompetitorsResponse# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksCompetitorsResponse from a JSON stringseo_backlinks_competitors_response_instance=SeoBacklinksCompetitorsResponse.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksCompetitorsResponse.to_json())
# convert the object into a dictseo_backlinks_competitors_response_dict=seo_backlinks_competitors_response_instance.to_dict()
# create an instance of SeoBacklinksCompetitorsResponse from a dictseo_backlinks_competitors_response_from_dict=SeoBacklinksCompetitorsResponse.from_dict(seo_backlinks_competitors_response_dict)