Export Feed
An export utility for the Anonymous
and Anonymous + Residential
daily feeds to facilitate integration with third-party platforms such as SIEMs, IDS, and Firewalls.
External Documentation
To learn more, visit the Spur documentation.
Basic Parameters
Parameter | Description |
---|---|
Feed Type | The type of feed to be downloaded. |
Fields | A comma separated list of fields to fetch. Note: If network is requested, all IPs will be collapsed to CIDR notation under the field network. For further information regarding limitations of using network , refer to Spur's Documentation. |
Output | The data output format as csv , mmdb or json . |
Tags | A comma separated list of service tags that you wish to include in the output. For further information regarding the available tags, refer to Spur's Documentation. |
Advanced Parameters
Parameter | Description |
---|---|
Callback Proxies | A comma separated list of service tags in the client.proxies section of the data. Only works for Anonymous + Residential . |
Country Codes | A comma separated list of country codes that you wish to include in the output. |
Create Diff File | Create a difference file between the current date and yesterday. Note: This adds a new output field diff . This cannot be combined with the network field. |
Difference Date | Sets the date for the difference file to be created. It will differentiate the provided date with the previous day's data. |
Limit | A maximum number of output results. By default, no more than 2 million results will be returned. |
Only Named & Attributed VPNs | Specify if only named and attributed VPNs should be included. |
Example Output
[
{
"clientCount": null,
"infrastructure": "DATACENTER",
"ip": "45.138.205.143",
"locationCity": "Chisinau",
"locationCountry": "MD",
"locationState": "Chișinău Municipality",
"services": null,
"tag": "OXYLABS_PROXY"
},
{
"clientCount": null,
"infrastructure": "DATACENTER",
"ip": "104.194.195.136",
"locationCity": "Temecula",
"locationCountry": "US",
"locationState": "California",
"services": null,
"tag": "OXYLABS_PROXY"
},
{
"clientCount": 5,
"infrastructure": "DATACENTER",
"ip": "172.225.251.21",
"locationCity": "Atlanta",
"locationCountry": "US",
"locationState": "Georgia",
"services": null,
"tag": "ICLOUD_RELAY_PROXY"
},
{
"clientCount": 1,
"infrastructure": null,
"ip": "38.95.190.117",
"locationCity": "Clinton",
"locationCountry": "US",
"locationState": "Maryland",
"services": null,
"tag": "OXYLABS_PROXY"
},
{
"clientCount": 1,
"infrastructure": "DATACENTER",
"ip": "69.58.12.196",
"locationCity": "The Bronx",
"locationCountry": "US",
"locationState": "New York",
"services": null,
"tag": "WEBSHARE_PROXY"
},
{
"clientCount": null,
"infrastructure": "DATACENTER",
"ip": "92.223.89.152",
"locationCity": "Luxembourg",
"locationCountry": "LU",
"locationState": "Luxembourg",
"services": null,
"tag": "PROTON_VPN"
},
{
"clientCount": null,
"infrastructure": null,
"ip": "154.29.10.120",
"locationCity": "Charlotte",
"locationCountry": "US",
"locationState": "North Carolina",
"services": null,
"tag": "OXYLABS_PROXY"
},
{
"clientCount": null,
"infrastructure": null,
"ip": "37.72.189.239",
"locationCity": "Athens",
"locationCountry": "GR",
"locationState": "Attica",
"services": null,
"tag": "DRSOFT_VPN"
},
{
"clientCount": null,
"infrastructure": null,
"ip": "181.214.51.241",
"locationCity": "Melbourne",
"locationCountry": "AU",
"locationState": "Victoria",
"services": [
"OPENVPN",
"IPSEC"
],
"tag": "PIA_VPN"
},
{
"clientCount": null,
"infrastructure": "DATACENTER",
"ip": "172.245.206.194",
"locationCity": "Newport News",
"locationCountry": "US",
"locationState": "Virginia",
"services": null,
"tag": "DRSOFT_VPN"
}
]
Workflow Library Example
Export Feed with Spur and Send Results Via Email
Preview this Workflow on desktop