DocumentationDashboard

Documentation

Getting started

Data Engine returns structured, platform-specific JSON — not raw HTML. Give it a product URL, a business name or a search query, and get a clean record back.

Authentication

Every request carries your API token as a bearer token. Find it in the sidebar of your dashboard.

Authorization: Bearer YOUR_TOKEN

Your first request

curl --request GET 'https://data-api.roketfy.com/v1/trendyol/product-detail?url=%3Curl%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

Credits

Each call costs credits — most cost 1. Only successful requests are charged; a failed upstream fetch costs you nothing. See request costs for the per-endpoint table.

Available platforms