Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.02 KB

File metadata and controls

38 lines (27 loc) · 1.02 KB

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