-
URLs of links and e-mails can be extracted from a specified page. URL and Email Scrapper may follow the links found in the page and continue to scrape pages until all followed pages were retrieved.URL and Email Scrapper may restrict the pages that are scraped by domain, page file name extension and by number of pages.Requirements: PHP 5.0 or higher
-
path to vars allows you to use a pseudo directory path in your HTML links --instead of a query string-- to declare variables so that your pages will be properly crawled by search engines. path to vars is an alternative to using mod_rewrite rules to handle your URIs (http://httpd.apache.org/docs/mod/mod_rewrite.html). I based this on several articles and news posts I read ...
-
Gonx Proxy is meant to act as an HTTP proxy to serve pages of a remote server as if they were local pages.It fetches remote pages and translates all HTML tags of links and images, background image attributes and external style sheet references to use the URLs based on the current script URL.
-
PHP Fetch takes a specified user identifier, fetches the respective author page and extracts their list of published classes, as well as their age, country, home page and ranking position.Regular expressions are used to extract the author information.
-
Meta tags fetcher is meant to retrieve a Web page of a given URL and retrieve the values of its HTML meta tags. It parses the retrived pages and extracts its title and the meta tag values for the keywords and description, if present.Meta tags fetcher provides a class that implements an abstract interface for accessing Web pages and several ...
-
HTML Info can retrieve the title, meta data, images and links.
-
Grab URL is meant to fetch a page of a given URL and send it by e-mail as HTML message. It provides functions to set the message headers From:, To:, Cc:, Bcc: and Subject: .Alternatively, Grab URL may also display the fetched HTML page making it be outputted by the current script.
-
Web Crawler using MySQL DB retrieves a given Web page and parses its HTML content to extract the URLs of links and frames. The URLs that are crawled are stored in a MySQL database table if the URL was not yet stored previously.The list of URLs already stored from a specified domain name can also be displayed on a Web ...
-
Regular expressions are used to retrieve URLs and all links detected on a page are followed.
-
EasyWebFetch is a simple class for web fetching from your application. It is an alternative if your server doesn't have PHP with curl enabled, or the PHP configuration doesn't allow opening URLs with fopen(). EasyWebFetch fetch a web page by opening socket connection to remote host, so it has no dependencies and should work on any server configuration.Features of EasyWebFetch:- ...
-
Contact Grabber will fetch the contacts of the selected site for the given username and password. Yahoo, Gmail & MSN Messenger classes have been incorporated as they are available under GPL.AOL & Lycos have been incorporated as they were also available under GPL. New classes for LinkedIn & Lycos have been integrated.

