Documentation Index
Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
You want to scrape product data and also retain a product image that should remain available through Titan-managed URLs.Media flow
Example output schema
What the output looks like conceptually
| Field type | Returned as |
|---|---|
| Regular scalar field | Normal JSON value |
| Media field | Stable Titan media URL |
Recommended client pattern
- Export the structured result
- Keep media URLs in the exported payload
- Resolve media only in the application layer that needs the asset
Why this model is useful
Titan’s media flow keeps:- Scraping output structured
- Access control centralized
- Object storage details out of user-facing payloads