$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "resumeUrl": "https://writing.colostate.edu/guides/documents/resume/functionalSample.pdf",
< "resumeText": "John Smith\njohn.smith@email.com | linkedin.com/in/johnsmith | (555) 123-4567\n\nSUMMARY\nSoftware Engineer with 5+ years of experience building scalable web applications using Python, React, and AWS. Passionate about clean code, system design, and mentoring junior developers.\n\nEXPERIENCE\nSenior Software Engineer | TechCorp Inc. | 2021 β Present\nβ’ Architected microservices platform serving 2M+ daily requests, reducing latency by 40%\nβ’ Led migration from monolith to Docker/Kubernetes, improving deployment frequency by 300%\nβ’ Mentored team of 4 junior engineers through code reviews and pair programming\n\nSoftware Engineer | StartupXYZ | 2019 β 2021\nβ’ Built REST APIs using Python/Django handling 500K requests/day\nβ’ Implemented CI/CD pipeline with Jenkins reducing release cycles from 2 weeks to 2 days\nβ’ Developed React dashboard for real-time analytics used by 50+ enterprise clients\n\nEDUCATION\nB.S. Computer Science | State University | 2019\n\nSKILLS\nPython, JavaScript, TypeScript, React, Django, Node.js, PostgreSQL, MongoDB, Docker, Kubernetes, AWS, Git, CI/CD, REST API, GraphQL, Agile/Scrum\n\nPROJECTS\nβ’ Open-source CLI tool for API testing (500+ GitHub stars)\nβ’ Real-time chat application using WebSockets and Redis\n\nCERTIFICATIONS\nβ’ AWS Solutions Architect Associate\nβ’ Certified Kubernetes Administrator (CKA)",
< "targetRole": "Software Engineer",
< "customKeywords": "fastapi, redis, celery, websockets, postgresql, terraform, github actions, system design, distributed systems"
<}
<EOF
$curl "https://api.apify.com/v2/actors/moving_beacon-owner1~my-actor-61/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'