# Goo-net Japan Used Cars Scraper (`parseforge/goo-net-japan-scraper`) Actor

Scrapes used car listings from Goo-net Japan by search URL or free-text query. Returns vehicle price, mileage, year, specs, dealer info, and photo URLs as a flat dataset.

- **URL**: https://apify.com/parseforge/goo-net-japan-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Automation, Other
- **Stats:** 3 total users, 2 monthly users, 90.6% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.14 / 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Goo-net Japan Used Cars Scraper

**Scrape Goo-net Japan used car listings from any search URL or free-text query, up to a million vehicles per run.** Every listing returns the full vehicle details, dealer info, and photos. No login or API key. Export to CSV, JSON, Excel, or XML.

Goo-net is Japan's largest used car marketplace, but manually copying vehicle specs, prices, and dealer details across thousands of listings is slow and error-prone. This Actor reads the public listing feeds directly, so you can pull structured data from any search results page or free-text query without writing a single line of code. It handles pagination, rate-limiting, and data extraction automatically, returning a clean dataset ready for analysis.

| Who uses it | What they scrape Goo-net for |
|---|---|
| Used car exporters | Build an inventory feed of available Japanese vehicles with full specs and dealer contacts for overseas buyers. |
| Market analysts | Track pricing trends and model availability across the Japanese domestic used car market over time. |
| Dealerships | Monitor competitor pricing and stock levels for specific makes and models in their region. |
| Data journalists | Investigate market dynamics, such as how inspection history or repair records affect resale value. |

### What it does

This Actor collects used car listings from Goo-net Japan by search URL or free-text query and returns each vehicle as a flat row with its price, mileage, year, specs, and dealer information.

- 🔗 **Start URL input:** Paste any Goo-net search or listing page URL to scrape exactly the results you see in your browser.
- 🔍 **Free-text search:** Provide a search query for make, model, or keyword, and the Actor finds matching listings across the platform.
- 📊 **Structured output:** Every car comes back as a flat row with consistent columns for price, mileage, year, engine, transmission, and dealer details.
- 🖼️ **Photo URLs included:** Direct links to vehicle photos are captured so you can display images in your own application or report.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Goo-net data

**🚢 Build an export inventory feed.**

An exporter scrapes all Toyota Land Cruiser listings weekly, filters by mileage and inspection grade, and publishes a curated stock list for buyers in Africa and Southeast Asia.

**📈 Track market pricing trends.**

A market analyst runs the Actor monthly on popular kei car models and charts average price movements to advise importers on the best time to buy.

**🏪 Monitor competitor stock.**

A dealership in Saitama scrapes listings for the same Honda N-Box models they sell and adjusts their pricing based on what nearby competitors are asking.

**🔎 Find specific vehicle configurations.**

A collector searches for a Nissan Skyline GT-R with under 80,000 km and a manual transmission, getting a clean list of matching cars with dealer contacts.

### Why choose this scraper

|  | What you get |
|---|---|
| **Full vehicle specs** | Year, mileage, engine, transmission, drivetrain, and exterior color for every listing |
| **Pricing breakdown** | Total price and vehicle price, so you can separate the car cost from fees and taxes |
| **Dealer information** | Dealer name, location, and contact details attached to each vehicle row |
| **Inspection history** | Repair and inspection records when available on the listing |
| **Bulk export ready** | Download as CSV, JSON, Excel, or XML for direct import into your tools |

### How it compares

This Actor and the Cheapest Goo-net Scraper both extract Japanese used car listings from Goo-net. Here is how they compare on the features their listings describe.

| Feature | ParseForge | Cheapest Goo-net Scraper - Japanese Used Cars |
|---|---|---|
| Search by pasted URL | Yes | Yes |
| Free-text search query | Yes | Not listed |
| Vehicle price and total price | Yes | Yes |
| Inspection and repair history | Yes | Yes |
| Dealer information | Yes | Yes |
| Photo URLs | Yes | Yes |
| Scheduled recurring runs | Yes | Not listed |

### Configure the run

Drive the Actor from a Goo-net search URL or a free-text search query, and set a maximum number of items to control the size of your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "startUrl": "https://www.goo-net.com/",
  "maxItems": 10
}
```

A larger pull:

```json
{
  "startUrl": "https://www.goo-net.com/",
  "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.009 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.90 |
| 1,000 results | $9.00 |
| 10,000 results | $90.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Goo-net Japan Used Cars Scraper](https://apify.com/parseforge/goo-net-japan-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Goo-net through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/goo-net-japan-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check that your startUrl or searchQuery is valid and returns listings when you open it in a regular browser. Also confirm that maxItems is set to a number greater than zero. If the search is too narrow, try broadening your query.

**The Actor is running but taking a long time.**

Large maxItems values mean the Actor must paginate through many pages. This is normal. You can reduce maxItems or narrow your search URL to speed it up.

**Some fields are empty in my output.**

Not every Goo-net listing includes all details. If a seller did not provide the repair history or certain specs, those fields will be blank. This reflects the data available on the site.

**I got blocked or received errors.**

The Actor uses proxies and rate limiting, but aggressive scraping can still trigger blocks. Try reducing maxItems, increasing the run timeout, or using a more specific startUrl to reduce the number of pages visited.

**Can I scrape listings in English?**

Goo-net is a Japanese-language site. The Actor extracts the data as it appears on the page, which is primarily in Japanese. You can use translation tools on your exported dataset afterward.

### FAQ

| Question | Answer |
|---|---|
| Can I scrape Goo-net without being blocked? | Yes. The Actor uses Apify's proxy infrastructure and respects the site's robots.txt and rate limits. It rotates IP addresses and adds delays between requests to avoid detection. |
| What data does each car listing include? | Each row includes the vehicle price, total price, year, mileage, engine, transmission, drivetrain, exterior color, inspection and repair history, dealer name and location, and direct photo URLs. |
| How do I search for a specific car model? | You can paste a Goo-net search URL with your filters already applied, or use the searchQuery field to type a make and model like 'Toyota Alphard' and the Actor will find matching listings. |
| Is there a limit on how many cars I can scrape? | Free users can scrape up to 10 items as a preview. Paid Apify users can set maxItems up to 1,000,000 per run, limited only by what is available on Goo-net. |
| Can I export the data to Google Sheets? | Yes. You can export your dataset as a CSV file and import it directly into Google Sheets, or use Apify's Google Sheets integration to send data there automatically. |
| Does this Actor require a Goo-net account or API key? | No. It reads the publicly accessible listing pages on Goo-net, so you do not need to register an account, get an API key, or handle OAuth. |
| Can I schedule this Actor to run automatically? | Yes. Apify supports scheduled runs. You can set the Actor to run daily or weekly to track new listings or price changes over time. |
| What output formats are supported? | You can export your results as CSV, JSON, Excel, or XML from the Apify dataset tab. |
| Does it scrape sold or auction vehicles? | No. This Actor scrapes the publicly listed used car inventory on Goo-net. It does not access auction data or vehicles marked as sold. |
| Can I filter by region or dealer location? | Yes. Apply your desired filters on the Goo-net website first, then copy the resulting URL into the startUrl field. The Actor will scrape only those filtered results. |

### Related actors

- [autotrader-scraper](https://apify.com/parseforge/autotrader-scraper?fpr=vmoqkp): Use this for scraping UK used car listings with right-hand drive and European specs.

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Proto Corporation. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `startUrl` (type: `string`):

Full search/listing URL from https://www.goo-net.com. If empty, the actor uses the site's default listings page.

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `searchQuery` (type: `string`):

Optional free-text query. Appended to the Goo-net search if provided.

## Actor input object example

```json
{
  "startUrl": "https://www.goo-net.com/",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "startUrl": "https://www.goo-net.com/",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/goo-net-japan-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 = {
    "startUrl": "https://www.goo-net.com/",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/goo-net-japan-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "startUrl": "https://www.goo-net.com/",
  "maxItems": 10
}' |
apify call parseforge/goo-net-japan-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/goo-net-japan-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

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