PeX Homepage Scraper Scraper
Spider read pex.jp in 367 ms without a browser and returned 151 lines of clean markdown, including the section "PeXからのお知らせ".
## 新着情報* 交換 2026.07.01 Amazonギフトカード 2%割引での交換継続 ♪♪ PeXからAmazonギフトカードの交換が通常より+1%レートアップし、98円分のポイントで100円分のAmazonギフトカードに交換できます☆お得に交換できるこの機会をお見逃しなく♪ 980PeXポイント→Amazonギフトカード100円分に!* 交換 2026.07.01 QUOカードPay 3%増量キャンペーン開催♪♪ キャンペーン期間中、PeXからQUOカードPayへの交換レートが3%増量になります! お得なこの機会にぜひQUOカードPayへ交換をお試しください♡ 1000PeXポイントでQUOカードPay103円分!!* 交換 2026.08.01 ★dポイント最大15%増量キャンペーン★ 期間中にdポイントのサイトでキャンペーンにエントリーし、PeXポイントからdポイントへ交換申込みを行うと、交換が完了したdポイントの8%分を増量してプレゼント♪ さらに抽選で10人に1人+7%(最大15%)増量があたります♡※増量分のポイントは後日付与となります。キャンペーン概要をよくご確認ください※ もれなく8%増量!さらに抽選で10人に1人+7%あたる!!## 人気の交換先## PeXからのお知らせ楽天銀行・その他銀行への交換 メンテナンス実施のお知らせ](https://pex.jp/information/1817)【お知らせ】PeXアンケートシステムメンテナンスについて](https://pex.jp/information/1815)WAON POINTへの交換 メンテナンス実施のお知らせ](https://pex.jp/information/1772)WAON POINTへの交換 毎月の定期メンテナンスのお知らせ](https://pex.jp/information/1812)【お知らせ】PeXゲームスシステムメンテナンスについて](https://pex.jp/information/1811)## ポイントコンテンツアンケートに回答して毎日1P以上ポイントGET!](https://pex.jp/research/conio/redirect)ルーペを集めて最大2000P](https://pex.jp/spotdiff_box/redirect)クイズでスタンプ集めて最大2000P](https://pex.jp/brain_training/redirect)ゲームで抽選券を集めて最大1000P](https://pex.jp/easy_game/redirect)3つの占いをして、1日最大1P](https://pex.jp/divination)ミッション、ガチャでポイントGET](https://pex.jp/pex_games/redirect)* Amazon、Amazon.co.jp およびそれらのロゴは Amazon.com, Inc.またはその関連会社の商標です。 The same call, in code.
The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on pex.jp.
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://www.pex.jp");
// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();
console.log(data);
await spider.close(); 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://www.pex.jp");
const data = await page.extractFields({
campaign_banner_alt: "img[alt*='beginner' i], a[href*='beginner'] img",
campaign_banner_image: "img[alt*='beginner' i], a[href*='beginner'] img",
campaign_beginner_button_link: "a[href*='beginner'], a[href*='register']",
campaign_beginner_button_text: "a[href*='beginner'], a[href*='register']",
campaign_register_button_link: "a[href*='register'], a[href*='campaign']",
campaign_register_button_text: "a[href*='register'], a[href*='campaign']",
});
console.log(data);
await spider.close(); Ready for volume? Get an API key →
Fields you can pull.
Spider names these from the page. The capture above came back as markdown; the same
call with return_format: "json" returns them as keys.
What pex.jp costs to scrape.
The capture above cost $0.000093 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.
- Free balance on signup
- No card required to test
- Balance never expires
Run it keyless, no account
More Directories scrapers.
Spotify Main Page Scraper
Extract structured data from Spotify Main Page with automated CSS selectors.
Roblox Landing Page Scraper
Roblox landing page metadata and cookie banner information.
Mozilla Homepage Data Scraper
A scraper for extracting all useful data from the Mozilla homepage, including site metadata, navigation, and content.
Start scraping pex.jp.
You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.