This is a .NET client library for easily integrating Pipl's APIs into your application.
- Full details about Pipl's People Data API - https://docs.pipl.com/docs/welcome-to-the-pipl-search-api
- This library is available in other languages - https://docs.pipl.com/docs/code-libraries
- Newtonsoft Json.NET, you can find it inside this project under
packages/Newtonsoft.Json.13.0.1/
or download from here, or execute this NuGet command:Install-Package Newtonsoft.Json -Version 13.0.1
. - The library was tested on .NET v6.0 and should work on later versions as well
PM> Install-Package piplclient
- Or simply build the source code. The solution file is
PiplApisProd.sln
, and the default target folder isbin/debug
orbin/release
, according to the build's configuration.
Pipl's Search API
- API Developer Portal - https://search.pipl.com/api/
- Code snippets - https://docs.pipl.com/docs/code-snippets
- Full reference - https://docs.pipl.com/reference/