diff --git a/Dockers/puppeteer-api/README.md b/Dockers/puppeteer-api/README.md index 6436267..051dda7 100644 --- a/Dockers/puppeteer-api/README.md +++ b/Dockers/puppeteer-api/README.md @@ -91,17 +91,8 @@ RATE_LIMIT_MINUTE=60 # Requests per minute (default: 60) - `GET /` - Visit URL and get HTML content - `GET /seo` - Extract SEO information - `GET /meta` - Extract meta tags and Open Graph data -- `GET /json` - Fetch JSON content from a website - `GET /resulting-url` - Get the final URL after navigation (handles redirects) -The `/json` endpoint intelligently extracts JSON data from websites by: - -- Directly parsing JSON responses (when Content-Type is application/json) -- Extracting JSON from `