People Data Lookup

FREEMIUM
By Cloudcodes | Updated 21 giorni fa | Data
Popularity

0.1 / 10

Latency

468ms

Service Level

100%

Health Check

N/A

README

The People Data Lookup API is an innovative tool available on the RapidAPI hub that enables users to search for people using various criteria.
Whether you need to lookup a person’s details by their phone number, email address, password, or full name, this API provides fast and reliable results.
With its user-friendly interface and advanced search algorithms, the People Data Lookup API makes it easy to find the information you need in real-time.
Whether you’re a business looking to verify customer information or an individual trying to find lost connections, this API is a powerful and versatile tool that is sure to meet your needs.
So why wait? Get started with the People Data Lookup API today and start searching for people in a whole new way!

#People Data Lookup API Reference#

##About our API Services##

CLOUDCODE is a convenient open source-based portal for implementation of online investigations in social networks. You can easily engage the user-friendly interface with variable functions of the product to perform the investigation cycle efficiently and rapidly.
-Simple and convenient to use.
-Designed for users who require a tool to check target data based on its activity in social networks.
-No special training or preliminary experience is required to work with the platform.
CLOUDCODE intuitive interface and reasonable cost is OSINT’s perfect solution for a wide range of specializations including journalism, law enforcement, insurance, banking and recruitment.
Use CLOUDCODE API to automate your operation and collect results in to a suitable format for your application. This manual will show you detailed information on the CLOUDCODE API.

##Introduction##
The API service provides a comprehensive lookup solution by allowing users to search for information using phone numbers, email addresses, names, and passwords. With its advanced search algorithms, the API service quickly matches the provided inputs with its extensive database, providing accurate and up-to-date information in real-time.

The API service is designed to be flexible and can be easily integrated into various applications and systems, making it an ideal solution for businesses and organizations that need to verify customer information, screen applicants, or perform background checks. The API also provides a secure platform for storing and accessing information, as all data is encrypted and protected by multiple security measures.

With its user-friendly interface and efficient search capabilities, the API service is an efficient and reliable solution for all your information lookup needs.Documents information Folders are named according to a URL of a controller.
The API Key used in each POST query.

People Data Lookup API tryout can be done by using Endpoints Tests

##Requests##

Requests allows you to:
· /{lookuprequests} – create requests with search query in our CLOUDCODE Service
This is a controller for working with lookup requests.
· /phone – lookup by phone number.
· /deepweb – lookup in deepweb by: ‘email’, ‘phone’, ‘password’, ‘fullname’,

##PRIME Phone Lookup##

###POST - request /create by phone###

https://people-data-lookup.p.rapidapi.com/api/developer/phone
Here is a sample request to perform a lookup using the API:
BODY:
{
“key”: “$2b$10$6Pjg05c2CHnOQDHfe”,
“value”: [password],
“lookupType”: “password”,
“lookupId”: 16
}
Note: In the value field, you need to enter the password you want to perform a lookup for.
The lookupType must be set to “password” and the lookupId must be set to 16.
The key parameter must always be set to the static value “$2b$10$6Pjg05c2CHnOQDHfe”

Headers and Body Request by Phone
Header
Type: Content-Type
Value: application/json

Body
Example Request:
raw (application/json)

{
“key”: “$2b$10$6Pjg05c2CHnOQDHfe”,
“value”: “+79017007397”,
“lookupId”: 4
}

Responce Body
{
“requestId”: “5d60f1b7-e614-4524-bce6-174a81a2fd90”,
“id”: 1486,
“status”: “progress”,
“message”: “Results will be available soon, Use API to retrieve Data”
}

*CURL*

curl -X ‘POST’
https://people-data-lookup.p.rapidapi.com/api/developer/phone
-H ‘accept: application/json’
-H ‘Content-Type: application/json’
-d '{
“key”: “$2b$10$6Pjg05c2CHnOQDHfe”,
“value”: “+79017007397”,
“lookupId”: 4
}'

###GET lookup data for a request by Phone###

https://people-data-lookup.p.rapidapi.com/api/request-monitor/api-usage/{id}?key={API key}

Request to get a lookup data of a request with an id.
“id” parameter has to be passed in the path of a request - ID of a request to get lookup data for.

Path Variables

id: 1486(example)
API key: $2b$10$6Pjg05c2CHnOQDHfe (statick value)

CURL
curl -X ‘GET’
https://people-data-lookup.p.rapidapi.com/api/request-monitor/api-usage/1486?key=$2b$10$6Pjg05c2CHnOQDHfe
-H ‘accept: application/json’

###POST - request /create by DeepWeb Reverse Search Lookup###

https://people-data-lookup.p.rapidapi.com/api/developer/deepweb
Request to create a lookup.
· “key” parameter has to be passed in the body of a request – API key.
· “value” parameter has to be passed in the body of a request:
· “lookupType” parameter has to be passed in the body of a request – ‘email’, ‘phone’, ‘password’, ‘fullname’,
· “lookupId" parameter has to be passed in the body of a request – lookup Type ID = 16.

Note: In the value field, you need to enter the password you want to perform a lookup for.
The lookupType must be set to “password” and the lookupId must be set to 16.
The key parameter must always be set to the static value “$2b$10$6Pjg05c2CHnOQDHfe”

Headers and Body
Header
Type: Content-Type
Value: application/json

Body
Example Request:
raw (application/json)

{
“key”: “$2b$10$6Pjg05c2CHnOQDHfe”,
“value”: "foxproject@bk.ru",
“lookupType”: “email”,
“lookupId”: 16
}

Responce Body
{
“requestId”: “6cdcdb3f-aa95-4982-b891-73e79b0790f3”,
“id”: 1492,
“status”: “progress”,
“message”: “Results will be available soon, Use API to retrieve Data”
}

*CURL*

curl -X ‘POST’
https://people-data-lookup.p.rapidapi.com/api/developer/deepweb
-H ‘accept: application/json’
-H ‘Content-Type: application/json’
-d '{
“key”: “$2b$10$6Pjg05c2CHnOQDHfe”,
“value”: "foxproject@bk.ru",
“lookupType”: “email”,
“lookupId”: 16
}

##GET lookup data for a request by DeepWeb entityes##

https://people-data-lookup.p.rapidapi.com/api/request-monitor/api-usage/{id}?key={API key}

Request to get a lookup data of a request with an id.
“id” parameter has to be passed in the path of a request - ID of a request to get lookup data for.

Path Variables

id: 1492(example)
API key: $2b$10$6Pjg05c2CHnOQDHfe (statick value)

CURL
curl -X ‘GET’
'https://people-data-lookup.p.rapidapi.com/api/request-monitor/api-usage/1492?key=$2b$10$6Pjg05c2CHnOQDHfe
-H ‘accept: application/json’

Followers: 2
Resources:
Product Website Terms of use
API Creator:
Rapid account: Cloudcodes
Cloudcodes
cloudcodes
Log In to Rate API
Rating: 3.7 - Votes: 3