rvalitov / backlink-checker-php

Validates a predefined list of backlinks on remote websites that they exist and are correct (for SEO). Simple and Javascript-enabled web engines are used for scraping.
GNU General Public License v3.0
52 stars 19 forks source link

do you have any API for javacript? #9

Closed rohan2734 closed 2 years ago

rohan2734 commented 2 years ago

do you have any API for javacript?

rvalitov commented 2 years ago

This project is PHP only. If you work with Javascript, then you can use NodeJS with Puppeteer.

rohan2734 commented 2 years ago

but i dont have any idea on how to build a backlink checker with nodejs

rvalitov commented 2 years ago

You could follow the Puppeteer manual, and then implement your own logic. I have a proprietary service that checks the backlinks without any knowledge of programming. This service is an a testing phase. If you're interested, I can let you know when it becomes publicly available.

rohan2734 commented 2 years ago

i am interested in APIs for python and javascript , do let me know