CLEARCHECK API Reference
  • ClearCheck API Reference
  • Disclaimer for ClearCheck Search Portal and Services
  • Introduction
  • Authenticate
  • Requests Endpoints
  • API lookup types
  • LookupId-List API Endpoint
  • BreachScan
    • Headers and Body Request by deepweb values
    • GET Get lookup data for a request by deepweb values
    • Search Response Schema
  • Phone Lookup API
    • Headers and Body Request by Phone
    • GET Get lookup data for a request by Phone
    • Search Response Schema
  • Phone Validation Request
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Phone Vs Name Validator
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • E-mail Lookup API
    • Headers and Body Request by E-mail Lookup
    • GET Get lookup data for a request by E-mail Lookup
    • Search Response Schema
  • Name Lookup API
    • Headers and Body Request by Name Lookup
    • GET Get lookup data for a request by Name Lookup
    • Search Response Schema
  • Leads Search API
    • Headers and Body Request by Topick
    • GET Get lookup data for a request by Post
    • Search Response Schema
  • Facial Recognition API
    • Headers and Body Request by Face image Lookup
    • GET Get lookup data for a request by Face image Lookup
    • Search Response Schema
  • Sentiment Analysis API
    • Headers and Body Request by Text body
    • GET Get lookup data for a request by Text body
    • Search Response Schema
  • Delete Record API
    • Headers and Body Request for Delete Record
  • Retrieve the API Results for all requests.
    • GET Multiple Results
    • Search Response Schema
  • KYC Search API
    • Headers and Body Request by KYC
    • Request KYC Results
    • Search Response Schema
  • Web Scrapy API
    • Headers and Body Request by Web Collection
    • Request Response Data
    • Search Response Schema
  • IP Geolocation API
    • Headers and Body by IP Ad
    • Request Response Data
    • Search Response Schema
  • Ip Phone Verification
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psycho Profile and Summary by Facebook ID
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psycho Profile and Summary by Text & Name
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • COMPLIANCE SCREENING
    • SSN Trace (US only)
  • National Criminal Screening (US only)
  • Watchlists and Politically Exposed Persons (International)
Powered by GitBook
On this page

Requests Endpoints

Requests in this folder allow you to:

This is a controller for working with lookup request.

  • POST /api/developer/deepweb: Perform a BreachScan based on criteria such as (‘email’, ‘phone’, ‘facebookid’, ‘telegramid’, ‘password’, ‘linkedinid’, ‘vkid’, 'instagramid', 'twitterid', 'fullname'.)

  • POST /api/developer/combined_phone: Phone Lookup. Gather information by phone number in real-time from mobile applications and exposed data sources.

  • POST /api/developer/combined_email: E-mail Lookup information by email address in real-time from mobile applications and exposed data sources.

  • POST /api/developer/combined_name: Name SocialScan. Gather information by fullname in social networks including Facebook, Twitter, LinkedIn, Instagram, OK, and VK and exposed data sources.

  • POST /api/developer/face_search: Face WebScan. Gather information by image with face in social networks. The results are provided with scores of relevance.

  • POST /api/developer/kyc: KYC Validation and Enrichment IBAN, VAT (US only), and company enrichment.

  • POST /api/developer/web_collection: WEB Scraper Capture and Store Webpages as HTML or Snapshot Images

  • POST /api/developer/ip_geolocation: IP Geolocation Pinpoint Location Based on IP

  • POST /api/developer/sentiment_analysys: AI Sentiment Analysis Empower Your Analytics!

  • POST /api/developer/psycho_profile: Psychological Portrait by Facebook ID.

  • POST /api/developer/psycho_profile_summary: Psychological profile and summary by Facebook ID.

  • POST /api/developer/ip_phone_verification: User Validation or Email Validation Verify Subscriber Credentials or Validate Fraudent E-mails!

  • GET /api/request-monitor/api-usage: Get the API usage for all requests.

  • GET /api/request-monitor/api-usage/{id}: Get the API usage for a single request.

  • GET /api/request-monitor/credit-stat: Get user credits balance

  • GET /api/request-monitor/refill-balance: Refill user credits balance

  • GET /api/request-monitor/lookup-list: Get list of lookup-id's related to your package

  • POST /api/request-monitor/switch-refill: Switch refill 0n/0ff

  • DELETE/api/developer/delete_record/{id}: Deletion of single request

The "lookupType" is relevant only for DeepWeb lookup and the following values are available: ‘email’, ‘phone’, ‘facebookid’, ‘telegramid’, ‘password’, ‘linkedinid’, ‘vkid’, 'instagramid', 'twitterid', 'fullname'."

If you receive an error message that reads 'Insufficient enrichment timeout,' it means that a search request was sent before the timeout period had elapsed. Please wait at least 30 seconds between each search request to avoid this error.

PreviousAuthenticateNextAPI lookup types

Last updated 3 months ago

To use the API, you will need to generate a unique API key on the .

The "lookupId" is the ID value related to the type of search and can be found on the Developer page of the Clearcheckuser interface at section "API lookup types".

Note: Please be aware that there is a timeout of 30 seconds between searches when using the Clearcheck API. This is implemented to ensure that our system can efficiently handle the volume of requests and maintain optimal stability for all users.

If you require a shorter timeout duration, consider requesting our Custom package. Details and options are available on the .

API Keys page
Packages Page