boolsai.ai

grep.boolsai.ai

Parallel regex search across every scan we've ever taken. Fanned out across R2, ~10K-200K objects per query.

Endpoints

GET /grep?pattern=… — streams NDJSON of matches

GET /sample?pattern=…&limit=20 — JSON array of first N matches

GET /count?pattern=… — count only, no snippets

Filters

Examples

curl "https://grep.boolsai.ai/sample?pattern=window\._fs_org&limit=10"
curl "https://grep.boolsai.ai/count?pattern=cdn\.optimizely\.com&vendor=shopify"
curl "https://grep.boolsai.ai/grep?pattern=mparticle.*data_plan&limit=50"