# paypayfleamarket.yahoo.co.jp Search Scraper (`hello.datawizards/paypayfleamarket-search-scraper`) Actor

Scrape Yahoo Flea Market (PayPayフリマ) listings using keywords and extract structured data like price, title, images, description, category, and availability. Supports proxy configuration, multiple queries, and fast execution—perfect for market research, price tracking, and reselling insights.

- **URL**: https://apify.com/hello.datawizards/paypayfleamarket-search-scraper.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 7 total users, 4 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🔎 Yahoo Flea Market Keyword Script · Apify Actor

Extract **live listing data from Yahoo Flea Market (PayPayフリマ)** based on keywords in clean, structured JSON format.
Perfect for marketplace research, price tracking, reselling insights, and product monitoring.

Built and maintained by **[DataWizards](https://linkedin.com/in/data-wizards-aa8080342)**.

***

### 📌 What Is `Yahoo Flea Market Keyword Script`?

`Yahoo Flea Market Keyword Script` is a powerful **Apify Actor** that allows you to scrape public marketplace listings from **Yahoo Flea Market (PayPayフリマ)** using keyword-based searches.

Instead of manually browsing listings, this actor automatically extracts essential data such as:

- 💰 Price
- 🏷 Title
- 🖼 Image URLs
- 📝 Description
- 📦 Availability
- 🗂 Category
- 📅 Listing Date

It’s optimized for reliability, performance, and structured output — making it ideal for developers, collectors, resellers, and automation workflows.

***

### 🧠 Key Features

- ✅ **Keyword-Based Search Extraction**
- ✅ Clean & Structured JSON Output
- ✅ Extracts price, title, images, description, and more
- ✅ Supports multiple queries
- ✅ Proxy Support via Apify Proxy
- ✅ Supports **Residential IPs** (Recommended)
- ✅ Lightweight & Fast Execution
- ✅ Ideal for collectible tracking (e.g., trading cards)

***

### 🛠️ Input Schema

```json
{
  "itemLimit": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  },
  "queries": ["charizard"]
}
```

#### 📥 Input Fields

| Field                | Type   | Description                           |
| -------------------- | ------ | ------------------------------------- |
| `itemLimit`          | Number | Maximum number of listings to extract |
| `queries`            | Array  | List of keywords to search            |
| `proxyConfiguration` | Object | Apify proxy settings                  |

***

#### 🔐 Proxy Configuration (Recommended)

| Field              | Description                                                    |
| ------------------ | -------------------------------------------------------------- |
| `useApifyProxy`    | Must be set to `true`                                          |
| `apifyProxyGroups` | Use `"RESIDENTIAL"` for higher success rate & reduced blocking |

💡 **Why Residential Proxies?**
Marketplace platforms apply anti-bot protections. Residential IPs improve success rate and reduce blocking risks.

***

### 📤 Output Example

```json
[
  {
    "url": "https://paypayfleamarket.yahoo.co.jp/item/z583792696",
    "item_id": "z583792696",
    "title": "スタートデッキ100 メガリザードンY ex 001/100 フルミラー キラ",
    "price": 11999,
    "price_currency": "JPY",
    "availability": "In Stock",
    "category": "ゲーム、おもちゃ > トレーディングカード",
    "description": "商品の状態に関しましては、素人目線での検品になりますので写真の方からご確認お願いいたします。",
    "image_url": "https://auctions.c.yimg.jp/images.auctions.yahoo.co.jp/image/...jpg",
    "images": [
      "https://auctions.c.yimg.jp/images.auctions.yahoo.co.jp/image/...jpg"
    ],
    "listing_date": "2026-03-29T02:28:27+09:00",
    "updated_time": "8時間前"
  }
]
```

***

### 🚀 Use Cases

#### 🛒 1. Marketplace Price Monitoring

Track pricing trends of products like trading cards, electronics, and collectibles.

#### 📊 2. Competitive Intelligence

Analyze competitors and similar listings in Japanese marketplaces.

#### 🤖 3. Lead Generation

Find sellers and listings for outreach or sourcing opportunities.

#### 📈 4. Market Research

Understand demand for trending items (e.g., Pokémon cards like Charizard).

#### 🧾 5. Reselling & Arbitrage

Identify underpriced items and resale opportunities across markets.

***

### ⚙️ How It Works

1. The actor performs keyword-based searches on Yahoo Flea Market.
2. It navigates listing result pages.
3. Extracts structured listing data.
4. Outputs a clean JSON dataset ready for:

   - APIs
   - Dashboards
   - Databases
   - Automation pipelines

***

### ✅ Best Practices

✔ Always enable **Residential proxies** for production usage
✔ Avoid aggressive scraping frequency
✔ Respect marketplace usage policies
✔ Use relevant keywords for better results
✔ Store historical data for trend analysis

***

### 🔄 Customization Options

Need additional fields like:

- Seller name
- Listing URL normalization
- Condition filtering
- Currency conversion
- Pagination depth control
- CSV / Excel output

✨ **DataWizards can customize this actor to fit your exact needs.**

***

### 🛡 Reliability & Performance

- Stable scraping architecture
- Optimized parsing logic
- Works with Apify scheduling
- Scalable for large datasets

***

### 🤝 Support

Need help, custom output, or integration assistance?

📩 **Email:** <hello.datawizard@gmail.com>
✉️ **Subject:** `Yahoo Flea Market Keyword Script – Support Request`

🔗 **LinkedIn:** <https://linkedin.com/in/data-wizards-aa8080342>

***

### 🐞 Bug Reports & Feature Requests

📧 Email: <hello.datawizard@gmail.com>
✉️ **Subject:** `Bug Report – Yahoo Flea Market Actor`

Or open an issue directly on Apify.

***

### 🧰 Need Something More Advanced?

Looking for:

- Multi-marketplace scraping
- Advanced filtering & deduplication
- Real-time alert systems
- API integrations
- Data pipelines & dashboards

💡 **DataWizards deliver scalable, production-ready scraping solutions tailored to your business.**

***

# Actor input Schema

## `queries` (type: `array`):

One or more queries where the crawler will start.

## `itemLimit` (type: `integer`):

Specifies the maximum number of items to process.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "queries": [
    "charizard"
  ],
  "itemLimit": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "charizard"
    ],
    "itemLimit": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/paypayfleamarket-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "queries": ["charizard"],
    "itemLimit": 50,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/paypayfleamarket-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "charizard"
  ],
  "itemLimit": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/paypayfleamarket-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hello.datawizards/paypayfleamarket-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/HQrnqGVtC60HX6xAA/builds/XbSc9PyqHc16laa1Y/openapi.json
