
Fetch JSONPath
Fetches data from web APIs and extracts only the specific JSON fields you need using JSONPath patterns, reducing token usage by up to 99%. Supports batch processing and concurrent requests.
What it does
- Extract specific JSON fields from APIs using JSONPath patterns
- Fetch text content from web pages with HTML-to-Markdown conversion
- Process multiple URLs concurrently in batch operations
- Configure custom headers and proxy settings for requests
- Filter and transform JSON data with arithmetic operations
- Use extended JSONPath functions like len, keys, and filtering
Best for
Tools (4)
Extract JSON content from a URL using JSONPath with extended features. Supports extensions like len, keys, filtering, arithmetic operations, and more. If 'pattern' is omitted or empty, the entire JSON document is returned. Supports different HTTP methods (default: GET).
Fetch text content from a URL using various HTTP methods. Defaults to converting HTML to Markdown format.
Batch extract JSON content from multiple URLs with different extended JSONPath patterns. Supports all JSONPath extensions and optimizes by fetching each unique request only once. Executes requests concurrently for better performance. Supports different HTTP methods.
Batch fetch raw text content from multiple URLs using various HTTP methods. Executes requests concurrently for better performance.