Skip to content

Provides Python examples for consuming several of the Cloud APIs available from Interzoid, including company name matching, individual name matching, weather, page performance, email validation, currency rates/FOREX, and global telephone information.

interzoid/Python-Examples

Repository files navigation

Python-Examples

These are code examples showing how to call and utilize Interzoid's various Cloud APIs using Python. Interzoid's APIs provide real-time data in several categories for integration into Web sites, applications, and business processes. There are also data matching and data validation APIs that can significantly improve the value of your data assets.

Note: Several of these APIs have a corresponding package available on the Python Package Index (PyPI). Search for "Interzoid": https://pypi.org/search/?q=interzoid

To see these APIs in action via a Web application that quickly generates inconsistent/duplicate data reports while connected to major Cloud data platforms, visit here: https://connect.interzoid.com

GetCompanyMatchSimkey.py - generates a similarity key to use to match/locate other similar company names ("IBM" & "International Business Machines", etc.) - visit the API Page: https://www.interzoid.com/apis/company-name-matching

CompanyMatch

GetFullNameMatchSimkey.py - generates a similarity key to use to match/locate other similar individual names ("Thomas Johnson" & "Mr. Tom Johntsen", etc.) - visit the API Page: https://www.interzoid.com/apis/individual-name-matching

FullNameMatch

GetCurrencyRate.py - Retrieves a real-time currency rate for 150+ global currencies - visit the API Page: https://www.interzoid.com/apis/live-currency-exchange-rates

CurrencyRate

GetEmailInformation.py - Retrieves email validity and several other data points for a given email address - visit the API Page: https://www.interzoid.com/apis/email-address-validation-demographics

EmailInformation

GetGlobalNumberInformation.py - Retrieves geographic information, mobile, language and other demographics for a global telephone number - visit the API Page: https://www.interzoid.com/apis/global-telephone-validation-demographics

GlobalPhone

GetPagePerformance.py - Measures page load times or API call performance from 20+ global locations - visit the API Page: https://www.interzoid.com/apis/global-page-load-performance

GlobalPageLoad

GetWeatherFromZip.py - Retrieves temperature and other information about current weather conditions for a zip code - visit the API Page: https://www.interzoid.com/apis/current-weather-zip-code

Weather

To register for your free API Key (a block of free API credits), visit here: https://www.interzoid.com/register-api-account

These APIs can also be called in batch mode retrieving input data and writing results from/to databases such as Postgres, MySQL, MariaDB, Snowflake, AWS Aurora, SQL Server, Access, .CSV files, etc. (native/odbc & local or Cloud). For more info visit here: https://connect.interzoid.com

contact support@interzoid.com with any questions or feedback

About

Provides Python examples for consuming several of the Cloud APIs available from Interzoid, including company name matching, individual name matching, weather, page performance, email validation, currency rates/FOREX, and global telephone information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages