00
PHAROS is for LLM agents, researchers and digital investigators
Perform deep-search in multiple platforms and closed websites
PHAROS provides a search API that indexes usernames, communities, and keywords across the web, returning structured, normalized data in a ready-to-consume format
01
0 # Fetch username data 1 import requests 2 url = "https://api.pharos.dev/find-username/cobaltwarrior11" 3 headers = {"Authorization": "Bearer YOUR-API-TOKEN"} 4 r = requests.get(url, headers=headers)
0 # Fetch username data 1 curl "https://api.pharos.dev/find-username/cobaltwarrior11" \ 2 -H "Authorization: Bearer YOUR-API-TOKEN"
{ "hasMore": true, "platforms": [ { "platform_name": "Reddit", "data": { "user_data": { "username": "cobaltwarrior11", "username_id": "147522201083", }, "posts": [ { "subreddit": "r/programming", "content": "create a Discord bot", "ts": "2026-06-11 08:32" } .... }
02
The web doesn't get smaller, it gets darker
PHAROS is the light you point into it
Search a name, query the details,
follow the keywords
Whatever the light finds comes back as data, not noise
Find accounts across platforms with full profile metadata, post history, and activity, consolidated into a JSON file
Field-level filtering across content, authors, timestamps, and attachments in one query string
author.username is "cobaltwarrior11"content contains "zero-day" and timestamp >= last_7dembeds.url starts_with "pastebin/" and content matches "leak"Track keywords and phrases, surfacing every account and post that mentions them, with full context for each match