i want to create my own tool for back-links calculation using PHP. is there any api to fetech the data for back links
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The full implementation in PHP would look something like this:
Basically you edit the domain variable at the top and it will fill the
$urlsarray with unescaped URLs linking to the domain.EDIT: I’ve edited the link to return 8 results. For more, you’ll have to parse the pages and loop through them with the start parameter. See the Class Reference for more information.