/webshrinker-api-examples

Example code snippets that can be used with Web Shrinker API services

Primary LanguagePHP

This repo provides examples that can be used with the Web Shrinker API services, including:

  • Website and URL Categories (v3)
  • Website Domain / Hostname Information (v3)
  • Website Thumbnail / Screenshots (v2)

Examples and Demos

There are demos for the API services in each directory:

categories

  • php
    • basic_authentication_using_curl.php
    • basic_authentication_using_guzzle.php
  • python
    • basic_authentication_using_requests.py
  • ruby
    • basic_authentication_using_net_http.rb

hosts

  • python
    • basic_authentication_using_requests.py
    • backlinks_or_outbound_links_using_requests.py

screenshots

  • php
    • basic_authentication_using_curl.php
  • python
    • basic_authentication_using_requests.py

Additional information

Website and URL Categories API

Website Domain / Hostname API

Website Screenshots API