Project Description:
Need script to check availability of usernames on Facebook, Twitter, Youtube, Linkedin and Pinterest
Script should be a simple HTML page with a simple search box:
Step1. User enters a username in search box
Step2. Script checks availability and returns results as follow:
Query: Facebook.com/example = "The page you requested was not found."
If result = Yes, then say "Name Available"
If result = No, then say "Name Not Available"
Query2: Youtube.com/example = "We're sorry, the page you requested cannot be found."
If result = Yes, then say "Name Available"
If result = No, then say "Name Not Available"
Query3: Twitter.com/example= "Sorry, that page doesn’t exist!"
If result = Yes, then say "Name Available"
If result = No, then say "Name Not Available"
Query4: Linkedin.com/company/example = "We're sorry but the company you are looking for does not exist."
If result = Yes, then say "Name Available"
If result = No, then say "Name Not Available"
Query5: Pinterest.com/example = "The page you're looking for could not be found."
If result = Yes, then say "Name Available"
If result = No, then say "Name Not Available"
................ Max Budget = $30 .....................