Configure HTTP methods, geolocation, user agents, and request bodies to monitor APIs, track region-specific content, or submit form data.
HTTP Methods
GET (Default)
Standard request for retrieving web pages and content.
POST
Submit form data or send JSON payloads to APIs.
PUT / PATCH / DELETE
RESTful API operations for updating or deleting resources.
Request Geolocation
Control the geographic location from which your tracking requests appear to originate. This is essential for monitoring region-specific content, pricing, or availability.
โ Automatic (Recommended)
When set to Automatic, our system intelligently selects the best location for your request. This is the recommended setting for most use cases as it provides optimal performance and reliability.
Available Standard Countries
Choose from 20 standard geolocation options for tracking region-specific content:
Common Use Cases:
- โข Regional Pricing: Track price differences for products sold in multiple countries
- โข Content Availability: Monitor when content becomes available in specific regions
- โข Localized Search Results: Track search engine results from different countries
- โข Geo-Restricted Content: Access content that's only available in certain geographic locations
- โข Regional Deals: Monitor sales and promotions specific to certain markets
Note: Geolocation works with both standard HTTP requests and browser rendering modes. The selected country affects how websites perceive your request's origin, but doesn't change the actual IP address shown in logs.
User Agents
Set custom user agent strings to emulate different browsers or devices.
Example User Agents:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0.0.0
Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X)
Request Body
Send data with POST/PUT requests in various formats:
JSON Format
{"key": "value", "param": 123}
Form Data
key1=value1&key2=value2
All Request Options Use Cases
- โข Monitoring API responses
- โข Tracking region-specific pricing and content
- โข Monitoring search results with parameters
- โข Submitting forms automatically
- โข Testing webhooks and endpoints
- โข Accessing geo-restricted content