Extract content from multiple URLs simultaneously. Supports up to 1000 URLs per batch.
If the same domain is repeated, we slow down requests to that domain with a limit of 1 at a time plus a 200ms delay.
Pro Tip: You can paste JSON data containing URLs (like search results) and the app will automatically extract all valid URLs.
- Complete JSON structures, incomplete JSON fragments, and text with URLs are all supported.
- The app looks for URLs in fields like "link", "url", "href", and "src", or any text containing http:// or https://.
- Non-URL content will be automatically filtered out.