ADDED NEW BOTS AND METHODS THAT: - get single image informations from Instagram - get gravatar url from email - get images with google image search - get count for linkedin shares - get count for pinterest pins - get count of google back links for a domain - get count of google indexed pages for a domain This PHP class is a growing collection of small spiders and web bot that go out on the web and make some small useful jobs
ADDED NEW BOTS AND METHODS THAT:
- get single image informations from Instagram
- get gravatar url from email
- get images with google image search
- get count for linkedin shares
- get count for pinterest pins
- get count of google back links for a domain
- get count of google indexed pages for a domain
This PHP class is a growing collection of small spiders and web bot that go out on the web and make some small useful jobs.
Actually the mini bots can do those things:
- Copy a remote url to your local server: copyFile
- Get IP address of the user: getIP
- Get geographic informations from IP address: ipToGeo
- Get spelling for a word using Google: doSpelling
- Make a Tiny URL using tiny url service: doShortURL
- Decode a short URL of any service: doShortURLDecode
- Check if an URL to an mp3 is really an mp3 file: checkMp3
- Check if an URL exists: url_exists
- Do SMTP email validation: doSMTPValidation
- Get infos of an URL (keywords, title, images, description, favicon…): getUrlInfo
- Get infos of a VIDEO URL (title, description, thumb for youtube and vimeo services): getVideoUrlInfo
- Read facebook counters for likes, shares, comments, clicks…: readFacebookCounters
- Read the numbers of time a URL has been twitted: readTwitterCounter
- Read Google +1s counter for an URL: readGooglePlusCounter
- Get Google suggested keywords for a keyword: googleSuggestKeywords
- Get Latitude and Longitude (georeference) from an address with Google: getLatLong
- Get Wikipedia definition: wikiDefinition
- Get Vimeo Info on a video: getVimeoInfo
- Get exchange rates, currency converter: getExchangeRateFromTo
- Get push notification on android devices: notifyNma
- Ping pingomatic services: pingomatic
- Get images from a keyword: getImage
- Get images and user data from Instagram: getInstagramPics
- Get twitter user data (followers/followings): twitterInfo
- Get a page, find links, find emails… and more methods for spidering.
- Get images by keyword with Google: getImageGoogle NEW!
- Get detailed informations from an Instagram image url: getInstagramPic NEW!
- Get gravatar image from email address: getGravatar NEW!
- Get Linkedin counter: getLinkedinCounter NEW!
- Get Pinterest counter: getPinterestCounter NEW!
- Get Google back links count for a domain: getGoogleBackLinks NEW!
- Get Google number of indexed pages for a domain: getGoogleIndexedPages NEW!
Future updates will bring new mini bots for you! To fully work need cURL module installed on your server.
You can play with some methods in this interactive demo or check the complete test demo (same as live preview button).
Here are some online tools made with this class:
No comments:
Post a Comment