Kierkegaard
Junior Member
- Jul 29, 2022
- 131
- 59
Hey there !
Don't know how to explain this very well but for SEO purpose I want to search using Google all websites containing for example this given piece of HTML in these HTML DOM: "wp-comments-post.php"
Complete line is:
<form action="http://www.wb-amenagements.fr/wp-comments-post.php" method="post" id="commentform" class="comment-form"> (not my website and this is just an example so no matter, dont worry !).
Obviously I just want to make a Python bot that scrap day and night SERP looking for websites where I can build backlinks in the comment section.
I know there is a lot of Google Search Operators but I can't retrieve one that allow me search not into the plain text of a page but in the DOM of it..
Thanks a lot for helping me !
Don't know how to explain this very well but for SEO purpose I want to search using Google all websites containing for example this given piece of HTML in these HTML DOM: "wp-comments-post.php"
Complete line is:
<form action="http://www.wb-amenagements.fr/wp-comments-post.php" method="post" id="commentform" class="comment-form"> (not my website and this is just an example so no matter, dont worry !).
Obviously I just want to make a Python bot that scrap day and night SERP looking for websites where I can build backlinks in the comment section.
I know there is a lot of Google Search Operators but I can't retrieve one that allow me search not into the plain text of a page but in the DOM of it..
Thanks a lot for helping me !