Extract Google search results including titles, links, and snippets. Ideal for SEO monitoring, search engine optimization research, and competitor analysis.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: scrapingdog/amazon_product
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "scrapingdog/amazon_product",
"inputs": {}
}'