Oxylabs MCP Server

Official

oxylabs_scraper

Scrape url using Oxylabs Web Api

Input Schema

NameRequiredDescriptionDefault
parseNoShould result be parsed. If result should not be parsed then html will be stripped and converted to markdown file
renderNoWhether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.
urlYesUrl to scrape

Input Schema (JSON Schema)

{ "properties": { "parse": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file", "title": "Parse" }, "render": { "anyOf": [ { "enum": [ "html", "None" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Whether a headless browser should be used to render the page. See: https://developers.oxylabs.io/scraper-apis/web-scraper-api/features/javascript-rendering `html` will return rendered html page `None` will not use render for scraping.", "title": "Render" }, "url": { "description": "Url to scrape", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "scrape_urlArguments", "type": "object" }

You must be authenticated.

Other Tools