Simple Extraction
Use the synchronous endpoint for quick, one-off extractions where you need the result immediately.Batch Processing
For multiple URLs, use the async endpoint to submit all tasks at once, then poll for results. This avoids blocking while waiting for each task to complete.Retry with Stealth Mode
Some sites block automated requests. Start with lite mode for speed, then automatically retry with stealth mode if you get blocked.Rate Limit Handling
TinyFish has concurrency limits based on your plan. When you hit the limit, implement exponential backoff to retry failed requests.Related
AI Integration Guide
Best practices for AI agents
Examples
More detailed examples