$echo '{
< "urls": [
< "https://httpbin.org/get",
< "https://example.com",
< "https://api.ipify.org?format=json"
< ],
< "requests": [
< {
< "url": "https://httpbin.org/post",
< "method": "POST",
< "body": {
< "hello": "world"
< },
< "label": "post-example"
< }
< ],
< "headers": {},
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "concurrency": 10,
< "maxRetries": 2,
< "retryOnStatuses": [
< "403",
< "429",
< "500",
< "502",
< "503",
< "504"
< ],
< "timeoutSecs": 30,
< "maxBodyChars": 500000,
< "maxItems": 0
<}' |
<apify call seemuapps/http-request-runner --silent --output-dataset