$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "search",
< "queries": [
< "notebook"
< ],
< "urls": [
< "https://www.mercadolivre.com.br/notebook-dell-dc15-i51334u-a50-156-fhd-i5-8gb-512gb-win-11/p/MLB70040749"
< ],
< "condition": "any",
< "freeShippingOnly": false,
< "fulfillmentOnly": false,
< "officialStoresOnly": false,
< "bestSellersOnly": false,
< "interestFreeInstallments": false,
< "sortBy": "relevance",
< "fetchDetails": false,
< "fetchReviews": false,
< "maxReviewsPerProduct": 20,
< "maxItems": 20,
< "maxPages": 0,
< "incrementalMode": false,
< "emitUnchanged": false,
< "emitExpired": false,
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ],
< "apifyProxyCountry": "BR"
< },
< "maxNotifyListings": 50
<}
<EOF
$curl "https://api.apify.com/v2/actors/abotapi~mercadolivre-com-br-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'