Site Title Tag Checker

Patrick

New member
Joined
Dec 16, 2024
Messages
1
Points
0
I need a simple application. Input are few keyword that should be titles, and list of urls. Output is list of urls that contain specified keywords in n page title.

For example:
keyword: blue,widgets
urls title: green and blue super widgets
result: urls is included in the list

1) It should just load list of urls - like 50 000 urls at once.
2) Check if keywords are inside title - between <title> and </title>.
3) Save results


I need that for scrapebox. This way i could have much better success in posting niche related comments as i would be able to determine site them much better if i can analyses its title.

Is this difficult to do for a person never used vb.net or made applications but know a little bit of php.
 
Top