whatismybrowser.com · HTTP 200
Scrape whatismybrowser.com
Get any whatismybrowser.com page back as clean markdown, no account needed.
Measured on this page: 229 ms · $0.000111 · 192 lines
Get a free API key
Free balance on signup. No card.
Guide to enabling JavascriptConfigure your cookie settings for privacy## What Browser? Help with problems on the internet.This website - **WhatIsMyBrowser.com** - tells you what browser and version you have, the type of device you are using, which operating system you're using, and your settings for important things such as JavaScript and Cookies.When someone is troubleshooting a problem with you, it's very useful for them to know all the technical details about your system - it can narrow down where the problem might be and help ensure that you have all the required software.This website saves you all the complicated steps to figuring out what versions of software you have, what features you have enabled & whether your web browser is up to date and let you focus on solving your problem.If you're missing some important bit of software, we have a whole list of guides which can help you do things like enable javascript, update your web browser or try a different web browser.Having problems with your computer or phone? You can clear cache or enable cookies in your browser, both of which can help.If you're curious, you can find out things like the latest version of Chrome or what version of Firefox do I have?## Email your web browser info to tech supportUse this form to send the technical details of your web browser and computer to your IT Support team.### Your details### Their detailsThis feature helps your IT Support team know what kind of system you're using.Technical information about your system, including your web browser name & version, operating system & IP Address will be sent to the email address you specify.We will never ever spam, share or sell the email addresses used through this form.View the help page for more information.If you can see this checkbox, please leave it unchecked (it prevents robots abusing the system)## Your web browser's technical details: The same call, in code
The run above is the whole API. A key adds browser rendering, proxies, and concurrency on whatismybrowser.com.
whatismybrowser-com-scraper.ts
import { SpiderBrowser } from "spider-browser";
const spider = new SpiderBrowser({
apiKey: process.env.SPIDER_API_KEY!,
});
await spider.connect();
const page = spider.page!;
await page.goto("https://whatismybrowser.com");
// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();
console.log(data);
await spider.close(); ready to run · spider-browser, no selectors npm i spider-browser
Fields and cost
The capture above cost $0.000111 to fetch. You pay $1 per GB plus $0.001 per CPU minute, and failed requests cost $0.
Business NameAddressPhoneCategoryRatingWebsite
Spider names these fields from the page. The keyless call returns the page as markdown. Structured JSON comes from the /fetch lane, which needs a key.