{"id":18860686,"url":"https://github.com/paulseperformance/lusha_api_wrapper","last_synced_at":"2026-02-09T02:30:17.005Z","repository":{"id":125567628,"uuid":"230553933","full_name":"pAulseperformance/lusha_api_wrapper","owner":"pAulseperformance","description":"Lusha api wrapper for python","archived":false,"fork":false,"pushed_at":"2019-12-28T04:16:47.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T20:23:55.922Z","etag":null,"topics":["api-rest","api-wrapper","email-finder","email-validation","phone-number","phone-validation","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pAulseperformance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-28T03:40:12.000Z","updated_at":"2019-12-28T04:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9ddf16f-944f-45b9-9e38-7336bd5d457e","html_url":"https://github.com/pAulseperformance/lusha_api_wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2Flusha_api_wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2Flusha_api_wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2Flusha_api_wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2Flusha_api_wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pAulseperformance","download_url":"https://codeload.github.com/pAulseperformance/lusha_api_wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800428,"owners_count":19699128,"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","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":["api-rest","api-wrapper","email-finder","email-validation","phone-number","phone-validation","python3"],"created_at":"2024-11-08T04:26:23.425Z","updated_at":"2026-02-09T02:30:16.930Z","avatar_url":"https://github.com/pAulseperformance.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lusha API Wrapper for Python\n\nB2B contact information at your fingertips.\n\n## Requirements\n* [Python](https://www.python.org/) \u003e= 3.6\n* Business email to register an account with Lusha\n* Api key from [Lusha](https://dashboard.lusha.co/signup)\n \n## Getting Started\n\n1) Get some coffee.\n2) Go to https://dashboard.lusha.co/signup and register an account to get your api key\n3) Clone the repo and install requirements.\n    ```commandline\n    git clone https://github.com/GrilledChickenThighs/lusha_api_wrapper.git\n    cd lusha_api_wrapper\n    pip install -r requirements.txt\n    ```\n4) Open up the lusha_api_wrapper.py file add your api key and play with the examples at the bottom\n    ```python\n    LUSHA_API_KEY = \"your-api-key\"\n    lush = LushaAPI(LUSHA_API_KEY)\n   \n    response_person = lush.person(first_name='Elon', last_name='Musk', company='Tesla')\n    response_person_phone = lush.person(first_name='Elon', last_name='Musk', company='Tesla', property='phoneNumbers')\n    response_person_email = lush.person(first_name='Elon', last_name='Musk', company='Tesla', property='emailAddresses')\n    response_company_domain = lush.company(domain=\"www.facebook.com\")\n    response_company_name = lush.company(company=\"facebook\")\n    number_of_calls_remaining = response_person['meta'].get('matches_this_month')   \n    ```\n\n## API\n\n[docs](https://www.lusha.co/docs/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulseperformance%2Flusha_api_wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulseperformance%2Flusha_api_wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulseperformance%2Flusha_api_wrapper/lists"}