PHP SERP Services (Search)

Do you need Google Search, Yahoo Search or Bing Search to be available as services for your web site?
PHP SERP services is the script that enables you to embed the most common search engines results right inside your site pages.
No need for any search engines API keys! This solution uses a powerful web extracting engine to query the search engine and to retrieve the results.

Other WiseLoop top software products:



Product Description

WiseLoop PHP SERP Services is a set of PHP classes designed to query the most common search engines without requiring any API key.
This package allows full search results extraction for Google, Yahoo and Bing only by using a single line of code.
Search engine querying is done in a similar manner as a regular browser does and the returned HTML results are transformed into more usable formats like PHP associative arrays, XML or JSON .
The search results returned by Google, Yahoo or Bing are available for other data consumers which can be other PHP scripts (using the returned native PHP associative array) or JavaScript applications that will use the JSON format.

Main Features

  • Retrieve search engines pages results items;
  • Google, Yahoo and Bing search engines supported;
  • exports search results as JSON , XML or PHP array;
  • extensible: easy development of any other search engines;

Just a few usage samples

AJAX : This will Google search for ‘wiseloop’ and will return the first page in JSON format:

http://your-path-to-serp-service/serp.php?engine=google&search=wiseloop

PHP : This will Bing search ‘wiseloop’ and get the results as an associative array having as fields (idx, title, description, url)

$serpGoogle = new wlSerpBing('wiseloop', 1);
$serpGoogle->get();

Requirements

  • Apache Web Server 2.0.0 or above
  • PHP 5 .0.0 or above

Installation Instructions

  • Step 1: make a directory named /php-serp-service on your Web server;
  • Step 2: copy entire /bin folder to the new created /php-serp-service directory;
  • Step 3: call serp.php to consume SERP data in your JavaScript or PHP application;
  • Step 4: or, include /bin/service/wlSerp.php in your PHP application;

Information

Note

WiseLoop assumes no responsibility for any abusive use of this software product.

This software product is sold exclusively on codecanyon.net. Please do not download it from elsewhere.

free counters

Download PHP SERP Services (Search)

Leave a Reply

Your email address will not be published. Required fields are marked *