Skip to main content
Glama

Oxylabs MCP Server

Official
by oxylabs

oxylabs_scraper

Extract web content using Oxylabs Web Scraper API, enabling customizable parsing and rendering for efficient data retrieval from complex websites.

Instructions

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" }
Install Server

Other Tools from Oxylabs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oxylabs/oxylabs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server