Documentation

Reflex Research provides programmatic access to multiple datasets via REST APIs. These datasets fall into two structurally different categories and are therefore exposed through separate APIs.

This separation is intentional and reflects differences in data generation, cadence, and usage patterns.


Options-derived market structure API

This Reflex Research API provides access to datasets derived from listed options markets, including:

These datasets are derived from options data and share a common discovery and retrieval workflow.

Interactive API documentation (Swagger):
https://data.reflex-research.com/docs


Jobs data API

Jobs data is collected from company-level hiring activity and does not rely on options markets or derivative pricing.

Because this data differs fundamentally in structure, cadence, and scaling characteristics, it is exposed via a separate API.

Interactive API documentation (Swagger):
https://jobs.reflex-research.com/docs


Written documentation

In addition to the interactive API interfaces, Reflex Research provides written documentation covering dataset concepts, interpretation, API usage patterns and sample Python code.

The rendered documentation is available at:
https://api-docs-59a389.gitlab.io/

This documentation is intended for reference and interpretation rather than code distribution.