hurt-tomatoH
Apify & Crawlee4y ago
2 replies
hurt-tomato

Sending request in XML

Hi with the ApifySDK we could export json dataset to xml format like shown with the following format :
javascript {
    "address": [{
        "@": {
            "type": "home",
        },
        "street": "21st",
        "city": "Chicago",
    },
    {
        "@": {
            "type": "office",
        },
        "#": "unknown",
    }]
}

Is it possible to use the same format with crawlee to send HTTP request in XML body?
Was this page helpful?