Skip to content

fmarasoglou/builtwith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

buildwith query

get CMS / web-server / framework info from domain

Pending to do

  • handle empty list responses
  • find alternatives, this seems to work only for wordpress
  • Dockerise

Examples

curl http://localhost:5000/analyze?domain=example.com #masked response from different host
{
  "blogs": [
    "PHP",
    "WordPress"
  ],
  "cms": [
    "WordPress"
  ],
  "ecommerce": [
    "WooCommerce"
  ],
  "font-scripts": [
    "Google Font API"
  ],
  "javascript-frameworks": [
    "jQuery"
  ],
  "marketing-automation": [
    "Yoast SEO"
  ],
  "programming-languages": [
    "PHP"
  ],
  "web-frameworks": [
    "Twitter Bootstrap"
  ],
  "web-servers": [
    "Apache"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages