Install
openclaw skills install @dommholland/getpost-scrapeScrape any web page with a headless browser. Extract text or screenshots.
openclaw skills install @dommholland/getpost-scrapeScrape any web page using a headless browser. Extract text, take screenshots, wait for elements.
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response
Authorization: Bearer gp_live_YOUR_KEY
curl -X POST https://getpost.dev/api/scrape \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "extract_text": true}'
Cost: 5 credits per scrape.
url (required) — the page to scrapeextract_text — return extracted text contentscreenshot — return a screenshotwait_for — CSS selector to wait for before extracting