SSL

SSL feature is very straightforward - it collects information about the SSL certificate of the scraped page. It can be a useful tool for monitoring certificate changes, expiration dates and validity.

Note that enabling SSL may slow down scraping speed.

SSL details can also be found in the monitoring dashboard logs under the SSL tab:

sll details on the monitoring logs page

Usage

To use SSL feature the SSL parameter can be enabled on any Scrapfly scrape request. This will include SSL details in the result.ssl field:

curl -G \
--request "GET" \
--url "https://api.scrapfly.io/scrape" \
--data-urlencode "ssl=true" \
--data-urlencode "key=__API_KEY__" \
--data-urlencode "url=https://web-scraping.dev/"
"https://api.scrapfly.io/scrape?ssl=true&key=&url=https%3A%2F%2Fweb-scraping.dev%2F"

"api.scrapfly.io"
"/scrape"

ssl  = "true" 
key  = "" 
url  = "https://web-scraping.dev/" 

Example Of Response

Pricing

No additional fee is applied on usage.

Summary