Find IPs from Proxy Groups
Simple tool to list IPs that you have allocated in any of your proxy groups. You have to specify the total count of the IPs you have in the groups you want to test for this to work properly.
1 credits per request
~30s
4 runs
Features
JSON/CSV Export
API Access
Scalable Automation
Use Cases
Browser Testing
Developer Tools
What This Tool Does
Find IPs from Proxy Groups — Simple tool to list IPs that you have allocated in any of your proxy groups. You have to specify the total count of the IPs you have in the groups you want to test for this to work properly.
Use Cases
- Browser Testing
- Developer Tools
Data Fields
Output structure depends on the operation performed. Common fields include:
| Field | Type | Description |
|---|---|---|
| status | string | Operation status (success / error) |
| count | number | Number of records processed |
| result | array | Processed or transformed records |
| summary | object | Processing statistics and metadata |
Example Request
{
"proxyConfig": {
"useApifyProxy": true
}
}
Example Response
{
"status": "success",
"count": 42,
"result": [
{ "id": "item-001", "value": "processed data" }
],
"summary": { "processed": 42, "skipped": 0, "errors": 0 }
}
Limits and Tips
- Processing time scales with result set size. Large result sets (10,000+ rows) may take several minutes.
- Results are returned as a JSON array. An empty array indicates no records matched the criteria.
- Check the input schema for required parameters (e.g., result set IDs, field names) before running.
- For large result sets, consider processing in smaller batches to avoid timeouts.
On this page