{"id":21740881,"url":"https://github.com/whois-api-llc/website-contacts-py","last_synced_at":"2026-05-17T02:42:13.329Z","repository":{"id":62588563,"uuid":"407575667","full_name":"whois-api-llc/website-contacts-py","owner":"whois-api-llc","description":"Website Contacts API client library for Python","archived":false,"fork":false,"pushed_at":"2023-05-23T01:29:33.000Z","size":12,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-14T07:11:16.795Z","etag":null,"topics":["contacts","python","website","website-contacts","whoisxmlapi"],"latest_commit_sha":null,"homepage":"https://website-contacts.whoisxmlapi.com/api","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whois-api-llc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-17T14:42:02.000Z","updated_at":"2022-04-29T10:30:53.000Z","dependencies_parsed_at":"2025-01-25T21:27:55.345Z","dependency_job_id":"2970413e-2bc1-4745-8c71-128195ce643a","html_url":"https://github.com/whois-api-llc/website-contacts-py","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whois-api-llc/website-contacts-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fwebsite-contacts-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fwebsite-contacts-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fwebsite-contacts-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fwebsite-contacts-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whois-api-llc","download_url":"https://codeload.github.com/whois-api-llc/website-contacts-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fwebsite-contacts-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016370,"owners_count":26085828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contacts","python","website","website-contacts","whoisxmlapi"],"created_at":"2024-11-26T06:15:46.322Z","updated_at":"2025-10-13T17:39:50.276Z","avatar_url":"https://github.com/whois-api-llc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/License-MIT-green.svg\n    :alt: website-contacts-py license\n    :target: https://opensource.org/licenses/MIT\n\n.. image:: https://img.shields.io/pypi/v/website-contacts.svg\n    :alt: website-contacts-py release\n    :target: https://pypi.org/project/website-contacts\n\n.. image:: https://github.com/whois-api-llc/website-contacts-py/workflows/Build/badge.svg\n    :alt: website-contacts-py build\n    :target: https://github.com/whois-api-llc/website-contacts-py/actions\n\n========\nOverview\n========\n\nThe client library for\n`Website Contacts API \u003chttps://website-contacts.whoisxmlapi.com/\u003e`_\nin Python language.\n\nThe minimum Python version is 3.6.\n\nInstallation\n============\n\n.. code-block:: shell\n\n    pip install website-contacts\n\nExamples\n========\n\nFull API documentation available `here \u003chttps://website-contacts.whoisxmlapi.com/api/documentation/making-requests\u003e`_\n\nCreate a new client\n-------------------\n\n.. code-block:: python\n\n    from websitecontacts import *\n\n    client = Client('Your API key')\n\nMake basic requests\n-------------------\n\n.. code-block:: python\n\n    # Get contacts for a domain name.\n    response = client.get('youtube.com')\n    print(response)\n\n    # Get raw API response in XML format\n    raw_result = client.get_raw('bbc.com',\n        output_format=Client.XML_FORMAT)\n\nAdvanced usage\n-------------------\n\nExtra request parameters\n\n.. code-block:: python\n\n    result = client.get(\n        'samsung.com',\n        hard_refresh=True)\n\nResponse model overview\n-----------------------\n\n.. code-block:: python\n\n    Response:\n        - company_names: [str]\n        - country_code: str\n        - domain_name: str\n        - emails: [Email]\n            - description: str\n            - email: str\n        - meta_description: str\n        - meta_title: str\n        - phones: [Phone]\n            - call_hours: str\n            - description: str\n            - phone_number: str\n        - postal_addresses: [str]\n        - social_facebook: str\n        - social_instagram: str\n        - social_linkedin: str\n        - social_twitter: str\n        - website_responded: bool\n\n\nSample response\n---------------\n\n.. code-block:: python\n\n  {\n  'company_names': [\n                     'Samsung Electronics Co. Ltd',\n                     'Samsung Electronics America Inc',\n                     'Samsung-Sanyo Electronics',\n                     'Samsung Electronics Industry Co Ltd',\n                     'Samsung US'],\n  'country_code': 'KR',\n  'domain_name': 'samsung.com',\n  'emails': [ {'description': '', 'email': 'ssvoc@samsung.com'},\n              {'description': '', 'email': 'eco.sec@samsung.com'},\n              {'description': '', 'email': 'ircontactus@samsung.com'}],\n  'meta_description': 'Discover the latest in electronic \u0026 smart appliance '\n                      'technology with Samsung. Find the next big thing from '\n                      'smartphones \u0026 tablets to laptops \u0026 tvs \u0026 more.',\n  'meta_title': 'Samsung US | Mobile | TV | Home Electronics | Home Appliances '\n                '| Samsung US',\n  'phones': [ {'call_hours': '', 'description': '', 'phone_number': '24 36 40'},\n              {'call_hours': '', 'description': '', 'phone_number': '82-2-2255-9000'},\n              {'call_hours': '8 AM - 12 AM EST 7 days a week IT/ Computing 8 AM to 9 PM EST Mon to Fri', 'description': '', 'phone_number': '1-800-SAMSUNG 726-7864'}],\n  'postal_addresses': [],\n  'social_facebook': 'https://www.facebook.com/SamsungUS',\n  'social_instagram': 'https://instagram.com/samsungusa',\n  'social_linkedin': '',\n  'social_twitter': 'https://twitter.com/SamsungUS',\n  'website_responded': True\n  }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Fwebsite-contacts-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhois-api-llc%2Fwebsite-contacts-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Fwebsite-contacts-py/lists"}