ShyIntel API Documentation

Policy Overview

The ShyIntel API allows you to interact with our anonymous data services.

API Endpoint

/api

Example Request - Python

# GET: /api

import requests
    
params = {
    "account_id": "Your Account ID",
    "query": "Search Query",
    "page": 1
}
    
response = requests.get("https://shyintel.com/api", params=params).text

print(response)

Response

Result 1
Result 2
Result 3

Contact Info

If you have any questions about this policy, please contact us.

Back