Tools LinkedIn Pricing API FAQ
Login

Overview

To help getting started we provide source code feel free to use or modify it in combination with our services.

The below examples are for scraping keywords from Google or Bing in PHP or Python.
Our other APIs are so easy to use that no source code beyond the examples within the documentation should be required to a developer.

If you still need help, our help will be glad to answer all your questions.

PHP

Download the API and examples as ZIP archive.

Content:
   scrape_downloader.php - A full featured example, capable to scrape the supplied 500 keywords within about 2 minutes

   api_scrape_google_search.php - An automated downloader for scrape jobs, can easily be customized to provide files of your format choice
   keyword_analytics.php - Keyword analytics example (search volumes, autocomplete spider, trending keywords, country share, trends)
   keyword_analytics_minimal.php - Keyword analytics example (search volumes, autocomplete spider, trending keywords, country share, trends)


   ApiSCSE.php - The Scraping.Services API as PHP class (Version 1.06)
   fortune-500.txt - A list of the 500 top company names as keyword example.

Python

This code is a port of our PHP code and will just run similar.

Download the API and examples as ZIP archive.

Content:

   api_scrape_google_search.py - A full featured example, capable to scrape the supplied 500 keywords within about 2 minutes
   ApiSCSE.py - The Scraping.Services API as PHP class
   fortune-500.txt - A list of the 500 top company names as keyword example.