Is there a way to detect websites that use a certain css code?

feliperbb9

Newbie
Joined
Jun 19, 2020
Messages
44
Reaction score
6
That is, if they use the elementor plugin, we know that they will use certain types of css and class in their source code, would there be any way to search for them with a footprint in google?
 
I use builtwith.com for exactly this type of search, pretty sure you could not use google for this, it would be easier to process zone files and disregard anything non-wordpress (only 60% of the internet) then scrape the code of the remaining 40% of the internet.

If you had 1 dedicated server running 500 threads you could do it in 3 months.
 
I scrape this data all the time, a bit like built with but i do it myself.
 
publicwww.com is a code search engine - there are many footprints that it can help you identify. There are other code search engines as well but not ones that I have used.

  • Any HTML, JavaScript, CSS, and plain text in web page source code
  • References to StackOverflow questions in HTML, .CSS and .JS files
  • Sites with the same analytics id: "UA-19778070-"
  • Sites using the following version of Nginx: "Server: nginx/1.4.7"
  • Advertising networks users: "adserver.adtech.de"
  • Sites using same AdSense account: "pub-9533414948433288"
  • Wordpress with theme: "/wp-content/themes/twentysixteen/"
  • Find related websites through the unique HTML codes they share, i.e. widgets & publisher IDs
  • Identify sites using certain images or badges
  • Find out who else is using your theme
  • Identify sites that mention you
  • References to use a library or a platform
  • Find code examples on the internet
 
Back
Top