After installation, you can run the following in terminal:
extract https://mywebsite.com --options| Name | CLI Param & Alias | Default | Definition |
|---|---|---|---|
| Cache | --cache, -c |
3600000 |
Cache Expire for HTTP Requests |
| JSON+LD | --jsonld, -j |
false |
Extract JSON+LD |
| META Tags | --metatags, -m |
false |
Extract META Tags |
| Microdata | --microdata, -d |
false |
Extract Microdata |
| Output | --output, -o |
null |
Save Output to File Path |
| Product Data | --product, -p |
false |
Extract Product Data |
| RDFa | --rdfa, -r |
false |
Extract RDFa |
| Request Timeout | --timeout, -t |
30000 |
HTTP Request Timeout in Milliseconds |
Test a Website and Output Report to Terminal Window:
extract https://mywebsite.comextract https://website.comextract https://website.com --jsonldextract https://website.com --metatagsextract https://website.com --microdataextract https://website.com --productextract https://website.com --rdfaextract https://website.com --cache 0extract https://website.com --timeout 30000extract https://website.com --output ~/file.json