$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.loopnet.com/search/land/usa/for-sale/?sk=9546877f65c7a27eccfaa3321135d1dc"
< },
< {
< "url": "https://www.loopnet.com/Listing/1435-River-Ave-Camden-NJ/31948105/"
< },
< {
< "url": "https://www.loopnet.com/property/900-n-18th-st-kansas-city-ks-66102/20209-054121/"
< },
< {
< "url": "https://www.loopnet.com/search/commercial-property/london-england--united-kingdom/for-rent/"
< },
< {
< "url": "https://www.loopnet.com/search/commercial-property/manchester-gtm--united-kingdom/for-sale/"
< },
< {
< "url": "https://www.loopnet.com/search/office-properties/birmingham-wmd--united-kingdom/for-rent/"
< },
< {
< "url": "https://www.loopnet.com/Listing/13-Gascoigne-Rd-Barking/40367610/"
< },
< {
< "url": "https://www.loopnet.com/biz/businesses-for-sale/"
< },
< {
< "url": "https://www.loopnet.com/commercial-real-estate-brokers/united-states/ak/?searchbrokertype=7&language=english"
< }
< ],
< "addresses": [
< "2300 Craftsman Cir, Hyattsville, MD 20781"
< ],
< "cookies": [],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/memo23~apify-loopnet-search-cheerio/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'