/pipl-lite

Search the Pipl API, the simple way

Primary LanguageRubyApache License 2.0Apache-2.0

pipl-lite

Search Pipl API, the simple way.

https://www.pipl.com/

Usage

In your Gemfile:

gem 'pipl-lite'

In your code:

Pipl::Lite.configure(key: ENV.fetch('PIPL_KEY'))
result = Pipl::Lite.search(
  raw_name: 'Clark Kent',
  country: 'US',
  state: 'KS',
  city: 'Smallville'
)

License: Apache