For AI agents: a documentation index is available at /llms.txt
Skip to main content

Scrape Etsy product listings

Search Etsy for a keyword and extract product titles, prices, and links from the results page.

Prerequisites

Steps

Use the Browserless MCP server to scrape product listings from Etsy from any MCP-compatible AI agent (Claude Desktop, Cursor, Windsurf, ChatGPT, etc.).

1. Connect the MCP server

Send this prompt to your AI agent to install the Browserless MCP server:

Go to https://github.com/browserless/browserless-mcp/blob/main/install.md
and follow the instructions to install the Browserless MCP server
for my client.

2. Scrape Etsy

Use browserless_smartscraper. Etsy has bot detection and smartscraper handles it automatically.

Use the browserless_smartscraper tool to scrape product listings
from https://www.etsy.com/search?q=handmade+jewelry
and return the results as markdown

Next steps