Developer Surface

Public API for published market scans

This is the read-only API behind EnrichAnything's public market pages and report pages. It is meant for examples, lightweight integrations, catalog listings, and internal prospecting workflows that want structured JSON instead of scraping HTML.

Endpoint

GET /api/public-market

Fetch one published market scan by slug. The response includes headline metadata plus a small sample of rows.

curl "https://www.enrichanything.com/api/public-market?slug=shopify-france-klaviyo-no-sms"

Endpoint

GET /api/public-report

Fetch one published report summary by slug. The response includes chart rows, summary stats, citation text, and a sample of rows.

curl "https://www.enrichanything.com/api/public-report?slug=france-klaviyo-sms-gap"

What You Get

  • Published market titles, row counts, status, and sample rows
  • Published report chart rows, summary stats, and citation text
  • No auth for these public endpoints
  • GET only

Practical Use

  • Internal prospecting dashboards
  • Public API catalog listings
  • Developer examples and wrappers
  • GitHub Pages and repo refresh jobs

Sample Slugs

Current public rate limit is 120 requests per 5 minutes per IP on each public endpoint.