> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Note>
  External Documentation

  To learn more, visit the [Spur documentation](https://docs.spur.us/feeds?id=feed-export-utility).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                    |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Feed Type | The type of feed to be downloaded.                                                                                                                                                                                                                                                                                             |
  | Fields    | A comma separated list of fields to fetch.<br /><br />**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](https://docs.spur.us/feeds?id=using-the-feed-export-utility). |
  | 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](https://docs.spur.us/data-types?id=tags).                                                                                                                 |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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. <br /><br />**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.                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"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](https://library.blinkops.com/workflows/export-feed-with-spur-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/export-feed-with-spur-and-send-results-via-email/canvas" />
</div>
