pipl-lite
Search Pipl API, the simple way.
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'
)