Skip to main content

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.

Retrieves a metadata that includes a summary of metrics and information for the provided tag.
External DocumentationTo learn more, visit the Spur documentation.

Parameters

ParameterDescription
TagThe tag to retrieve its metadata. For further information regarding the available tags, refer to Spur’s Documentation.

Example Output

{
	"allowsCrypto": "false",
	"allowsFreeAccess": "false",
	"allowsMultihop": "false",
	"allowsTorrents": "false",
	"allowsWhiteLabel": "true",
	"categories": [
		"RESIDENTIAL_PROXY",
		"DATACENTER_PROXY",
		"MOBILE_PROXY",
		"ISP_PROXY"
	],
	"description": "OxyLabs is the second largest proxy provider tracked. Their users are sourced through SDKs embedded in mobile applications and browser extensions. These users are likely unaware that they agreed to contribute to this proxy network.",
	"isAnonymous": "true",
	"isCallbackProxy": "true",
	"isEnterprise": "false",
	"isInactive": "false",
	"isNoLog": "true",
	"metrics": {
		"averageDeviceCount": "37.20332478669546",
		"churnRate": "0.08675012801772562",
		"distinctASNs": "25334",
		"distinctCountries": "235",
		"distinctIPs": "6367903",
		"distinctISPs": "67413"
	},
	"name": "Oxylabs",
	"platforms": [
		"ROUTER"
	],
	"protocols": [],
	"tag": "OXYLABS_PROXY",
	"targetingTypes": [
		"CITY",
		"STATE",
		"COUNTRY",
		"ASN"
	],
	"website": "https://oxylabs.io"
}

Workflow Library Example

Get Tag Metadata with Spur and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop