curl -X POST "https://api.ujeebu.com/scrape" \ -H "ApiKey: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example-jobboard.com/search?q=python+developer","js":true,"wait_for":".job-card","extract_rules":{"jobs":{"selector":".job-card","type":"obj","multiple":true,"children":{"title":{"selector":"h2, h3","type":"text"},"company":{"selector":".company-name","type":"text"},"location":{"selector":".location","type":"text"},"salary":{"selector":".salary","type":"text"},"url":{"selector":"a","type":"link"}}},"next_page":{"selector":"a[rel=next]","type":"link"}}}'