$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://example.com"
< },
< {
< "url": "https://www.iana.org/domains/reserved"
< },
< {
< "url": "https://www.iana.org/help/example-domains"
< },
< {
< "url": "https://docs.apify.com/platform"
< },
< {
< "url": "https://docs.apify.com/platform/storage"
< },
< {
< "url": "https://docs.apify.com/platform/proxy"
< },
< {
< "url": "https://docs.apify.com/sdk/js"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Web_scraping"
< },
< {
< "url": "https://en.wikipedia.org/wiki/HTML"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Markdown"
< },
< {
< "url": "https://en.wikipedia.org/wiki/HTTP"
< },
< {
< "url": "https://en.wikipedia.org/wiki/URL"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Web_page"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Website"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Search_engine"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Natural_language_processing"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Information_retrieval"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Data_extraction"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Document_Object_Model"
< },
< {
< "url": "https://en.wikipedia.org/wiki/JavaScript"
< },
< {
< "url": "https://en.wikipedia.org/wiki/TypeScript"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Node.js"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Representational_state_transfer"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Web_API"
< },
< {
< "url": "https://en.wikipedia.org/wiki/Application_programming_interface"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~webpage-text-extractor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'