thewitcher1357 Новичок Регистрация 30.01.2021 Сообщения 17 Благодарностей 0 Баллы 1 04.10.2022 #1 How to use Zyte's Automation Extraction API to get the article content of a link by POST Request. Thank!
How to use Zyte's Automation Extraction API to get the article content of a link by POST Request. Thank!
thewitcher1357 Новичок Регистрация 30.01.2021 Сообщения 17 Благодарностей 0 Баллы 1 04.10.2022 #2 CURL $ curl --verbose \ --user 'myapikey':'' \ --header 'Content-Type: application/json' \ --data '[{"url": "http://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html", "pageType": "product"}]' \ --max-time 605 \ --compressed \ https://autoextract.scrapinghub.com/v1/extract
CURL $ curl --verbose \ --user 'myapikey':'' \ --header 'Content-Type: application/json' \ --data '[{"url": "http://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html", "pageType": "product"}]' \ --max-time 605 \ --compressed \ https://autoextract.scrapinghub.com/v1/extract