curl -H "x-api-key: " "https://api.wappalyzer.com/v2/lookup/?urls=https://www.wappalyzer.com&sets=all"
Example response
{
"url": "https://www.wappalyzer.com",
"technologies": [
{
"slug": "stripe",
"name": "Stripe",
"versions": [ "3" ],
"categories": [
{
"id": 1,
"slug": "payment-processors",
"name": "Payment processors"
}
],
"trafficRank": 1000,
"confirmedAt": 1612824037
},
...
],
"email": [ "example@wappalyzer.com" ],
"verifiedEmail": [ "example@wappalyzer.com" ],
"safeEmail": [ "example@wappalyzer.com" ],
"phone": [ "+61 ..." ],
"linkedin": [ "company/wappalyzer", "in/elbertalias" ],
"x": [ "Wappalyzer" ],
"facebook": [ "wappalyzer" ],
"title": "Find out what websites are built with",
"description": "Find out the technology stack of any website.",
"companyName": "Wappalyzer",
"inferredCompanyName": "WAPPALYZER",
"industry": "Internet",
"about": "Wappalyzer uncovers the technologies used on websites.",
"locations": [ "Melbourne, VIC 3000, AU" ],
"companySize": "2-10 employees",
"companyType": "Privately Held",
"companyFounded": 2008,
"employees": [
{
"name": "Elbert Alias",
"title": "Founder of Wappalyzer"
},
...
],
"keywords": [ "WAPPALYZER", "TECHNOLOGY", "WEBSITES", ... ],
"technologySpend": "Medium",
"trafficLevel": "High",
"schemaOrgTypes": [ "WebPage", "Organization" ],
"certInfo.issuer": "Amazon",
"certInfo.validTo": 1633737600,
"certInfo.protocol": "TLS 1.3"
"dns.spf": true,
"dns.dmarc": true,
"ipCountry": "US",
"ipRegion": "WA",
"language": "en"
}
curl -H "x-api-key: " "https://api.wappalyzer.com/v2/lookup/?urls=https://www.wappalyzer.com&sets=all"
Example response
{
"url": "https://www.wappalyzer.com",
"technologies": [
{
"slug": "stripe",
"name": "Stripe",
"versions": [ "3" ],
"categories": [
{
"id": 1,
"slug": "payment-processors",
"name": "Payment processors"
}
],
"trafficRank": 1000,
"confirmedAt": 1612824037
},
...
],
"email": [ "example@wappalyzer.com" ],
"verifiedEmail": [ "example@wappalyzer.com" ],
"safeEmail": [ "example@wappalyzer.com" ],
"phone": [ "+61 ..." ],
"linkedin": [ "company/wappalyzer", "in/elbertalias" ],
"x": [ "Wappalyzer" ],
"facebook": [ "wappalyzer" ],
"title": "Find out what websites are built with",
"description": "Find out the technology stack of any website.",
"companyName": "Wappalyzer",
"inferredCompanyName": "WAPPALYZER",
"industry": "Internet",
"about": "Wappalyzer uncovers the technologies used on websites.",
"locations": [ "Melbourne, VIC 3000, AU" ],
"companySize": "2-10 employees",
"companyType": "Privately Held",
"companyFounded": 2008,
"employees": [
{
"name": "Elbert Alias",
"title": "Founder of Wappalyzer"
},
...
],
"keywords": [ "WAPPALYZER", "TECHNOLOGY", "WEBSITES", ... ],
"technologySpend": "Medium",
"trafficLevel": "High",
"schemaOrgTypes": [ "WebPage", "Organization" ],
"certInfo.issuer": "Amazon",
"certInfo.validTo": 1633737600,
"certInfo.protocol": "TLS 1.3"
"dns.spf": true,
"dns.dmarc": true,
"ipCountry": "US",
"ipRegion": "WA",
"language": "en"
}