SpyFu · JSON-LD Context
Spyfu Context
JSON-LD context defining the semantic vocabulary for Spyfu from SpyFu.
0 Classes
23 Properties
3 Namespaces
Namespaces
spyfu:
https://developer.spyfu.com/vocab/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| domain | string | |
| countryCode | string | |
| keyword | string | |
| searchVolume | integer | |
| monthlySearches | integer | |
| costPerClick | double | |
| averageOrganicRank | double | |
| averageAdRank | double | |
| totalOrganicResults | integer | |
| totalAdsPurchased | integer | |
| monthlyBudget | double | |
| monthlyOrganicClicks | double | |
| monthlyPaidClicks | double | |
| strength | integer | |
| results | list | |
| searchMonth | integer | |
| searchYear | integer | |
| adTitle | string | |
| adDescription | string | |
| rankingKeyword | string | |
| competitorDomain | string | |
| startDate | string | |
| endDate | string |
JSON-LD Document
{
"@context": {
"@vocab": "https://developer.spyfu.com/vocab/",
"spyfu": "https://developer.spyfu.com/vocab/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"domain": {
"@id": "spyfu:domain",
"@type": "xsd:string"
},
"countryCode": {
"@id": "spyfu:countryCode",
"@type": "xsd:string"
},
"keyword": {
"@id": "spyfu:keyword",
"@type": "xsd:string"
},
"searchVolume": {
"@id": "spyfu:searchVolume",
"@type": "xsd:integer"
},
"monthlySearches": {
"@id": "spyfu:monthlySearches",
"@type": "xsd:integer"
},
"costPerClick": {
"@id": "spyfu:costPerClick",
"@type": "xsd:double"
},
"averageOrganicRank": {
"@id": "spyfu:averageOrganicRank",
"@type": "xsd:double"
},
"averageAdRank": {
"@id": "spyfu:averageAdRank",
"@type": "xsd:double"
},
"totalOrganicResults": {
"@id": "spyfu:totalOrganicResults",
"@type": "xsd:integer"
},
"totalAdsPurchased": {
"@id": "spyfu:totalAdsPurchased",
"@type": "xsd:integer"
},
"monthlyBudget": {
"@id": "spyfu:monthlyBudget",
"@type": "xsd:double"
},
"monthlyOrganicClicks": {
"@id": "spyfu:monthlyOrganicClicks",
"@type": "xsd:double"
},
"monthlyPaidClicks": {
"@id": "spyfu:monthlyPaidClicks",
"@type": "xsd:double"
},
"strength": {
"@id": "spyfu:strength",
"@type": "xsd:integer"
},
"results": {
"@id": "spyfu:results",
"@container": "@list"
},
"searchMonth": {
"@id": "spyfu:searchMonth",
"@type": "xsd:integer"
},
"searchYear": {
"@id": "spyfu:searchYear",
"@type": "xsd:integer"
},
"adTitle": {
"@id": "spyfu:adTitle",
"@type": "xsd:string"
},
"adDescription": {
"@id": "spyfu:adDescription",
"@type": "xsd:string"
},
"rankingKeyword": {
"@id": "spyfu:rankingKeyword",
"@type": "xsd:string"
},
"competitorDomain": {
"@id": "spyfu:competitorDomain",
"@type": "xsd:string"
},
"startDate": {
"@id": "spyfu:startDate",
"@type": "xsd:string"
},
"endDate": {
"@id": "spyfu:endDate",
"@type": "xsd:string"
}
}
}