EnrichAnything exposes the same published market scans and report summaries you see on
the site as read-only JSON. No auth. No scraping. Just two GET endpoints, stable docs,
and machine-readable surfaces for listings, internal tools, and lightweight workflows.
2 public endpointsGET onlyNo auth120 requests / 5 min / IP / endpoint
Trimmed examples from the live public endpoints so you can see the payload shape
before wiring anything up.
Sample market payload
One row preview
{
"slug": "shopify-france-klaviyo-no-sms",
"title": "Shopify brands in France using Klaviyo but not SMS tooling",
"rowCount": 20,
"lastStatus": "paused",
"sampleRows": [
{
"company": "La Crique",
"location": "France",
"gap": "No evidence of Klaviyo/email stack or SMS tooling visible",
"whyNow": "The brand already appears to run lifecycle email, so the missing SMS layer is actionable now."
}
]
}
Sample report payload
Stats + chart rows
{
"slug": "france-klaviyo-sms-gap",
"rowCount": 20,
"lastStatus": "paused",
"stats": [
{
"value": "100%",
"label": "rows with explicit gap signal"
}
],
"chartRows": [
{
"label": "Rows with signal evidence",
"value": 100
}
]
}
No Wrapper Needed
Use it directly from JavaScript or Python.
If you do not want a client library, these are the smallest useful examples to start
from.