Limited Time — Lifetime Access for just $99. Lock in before prices rise.

UScraper
Tutorials

How to Scrape Kojima Pet Supplies Product Details to CSV

Scrape Kojima pet products to CSV. Export title, price, maker, country, JAN, ingredients, page and image URLs with UScraper local desktop app. No code.

UScraper
June 25, 2026
8 min read
#how to scrape kojima products#kojima pet supplies scraper#kojima product details scraper#no code kojima scraper#octoparse kojima scraper alternative#bright data kojima scraper alternative#kojima products to csv#pet product details scraper
How to Scrape Kojima Pet Supplies Product Details to CSV

This tutorial shows how to scrape Kojima products into CSV with the Kojima Pet Supplies Details Scraper template for UScraper. You will import the workflow, understand the six bundled preview records, set the export path, validate Japanese product fields, and decide when a hosted Kojima scraper or product scraper API is a better fit.

Before you start

Prerequisites for scraping Kojima products

You need UScraper installed as a local desktop app, the Kojima template JSON, and a writable folder for CSV exports. The fastest path is to open the Kojima Pet Supplies Details Scraper, download the template, and import it instead of rebuilding the block graph by hand.

This article focuses on product detail extraction, not account pages, checkout data, or private customer information. Before you automate any live Kojima page, review the official Kojima online store, current site rules, and robots.txt. If you are testing category discovery, use official listing pages only when your use case and permissions support it.

Treat the first run as a policy and data-quality check. Technical access does not automatically mean permission to collect, store, reuse, or redistribute product data.


Workflow anatomy

What the Kojima product details scraper exports

The JSON export is the authoritative workflow sample. Its block path is compact: Navigate -> Wait for Page Load -> Inject JavaScript -> Wait for Element -> Structured Export -> Loop Continue. Navigate loops through six product records, Inject JavaScript prepares the field values, Wait for Element confirms that the prepared body data exists, and Structured Export appends one CSV row per item.

Export areaCSV fieldsValidation question
Product identity商品タイトル, 申込番号, JANコードDoes the row identify the expected Kojima item and barcode?
Commercial data価格, セール価格Is regular price separate from sale price, and are blank sale cells expected?
Product sourceメーカー名, 製造国, 成分Are maker, country, and ingredient text encoded correctly in the CSV?
Audit fieldsページのURL, 画像のURLCan a reviewer trace the row back to a product page and image URL pattern?
kojima-pet-supplies-details-scraper.csv
CSV - UTF-8 - Append

Column

商品タイトル

Japanese product title with campaign text, brand, flavor, size, and life stage.

Column

価格

Tax-inclusive price string prepared by the workflow.

Column

セール価格

Sale price field when populated.

Column

メーカー名

Maker or brand owner.

Column

製造国

Manufacturing country.

Column

申込番号

Kojima item number.

Column

JANコード

JAN barcode for catalog matching.

Column

成分

Ingredient or composition text.

Column

ページのURL

Product detail URL retained for review.

Column

画像のURL

Product image URL derived from the item number.

Sample rows

1 of many

商品タイトル価格セール価格メーカー名製造国申込番号JANコード成分ページのURL画像のURL
【ポイント10倍】 セレクトバランス パピー チキン 小粒 子犬・母犬用 1kg¥1,815(税込)ベッツチョイスアメリカ010059134541851005913乾燥チキン、とうもろこし、米...
Representative rows are derived from the workflow definition, not from a bundled CSV sample.

Runbook

How to scrape Kojima product details to CSV

1

Import the Kojima template

Open the Kojima Pet Supplies Details Scraper template, download the JSON, and import it into UScraper.

2

Inspect the six seed records

Open Navigate and review the bundled item numbers. Keep them for the preview-backed validation run before editing inputs.

3

Check the preparation logic

Review Inject JavaScript so you understand where title, price, JAN, ingredients, page URL, and image URL values are prepared.

4

Set the export folder

In Structured Export, confirm the file name, headers, append mode, and a project-specific save location.

5

Run one validation pass

Run the bundled records, open the CSV, and verify Japanese text encoding, JAN codes, price strings, and URL columns.

6

Extend carefully

If you add live Kojima inputs, add one product at a time, retest access, and stop if detail pages redirect, fail certificate checks, or return unexpected content.

Because the workflow uses append mode, delete or rename old test exports before a production run. Otherwise, new rows will be added beneath the previous file contents.


Quality control

Validate the Kojima CSV before you scale

Open the CSV immediately after the first run. The key checks are not complicated: Japanese text should be readable, one item should create one row, the JAN code should match the item number family you expected, and the page and image URL columns should be usable for review.

SymptomLikely causeFix
Japanese text is garbledSpreadsheet opened the CSV with the wrong encodingReopen as UTF-8 or import through the spreadsheet data import flow.
Sale price is blankThe workflow did not populate セール価格 for that productTreat the field as optional and keep regular price in 価格.
Duplicate rowsAppend mode reused an old file or the same input ran twiceStart the next test with a clean CSV and dedupe by 申込番号 plus JANコード.
Page URL cannot be openedLive Kojima detail path redirected or changedKeep the row as an audit record and re-test the URL path before adding more items.
Image URL failsImage path changed or the source asset is unavailableVerify the item number and update the URL preparation logic if needed.

Alternatives

UScraper vs Octoparse and Bright Data Kojima scraper options

Octoparse lists a Kojima pet supplies details template, and Bright Data positions Kojima scraping through hosted web scraper and product scraper products. Those routes can make sense when you want cloud execution, managed infrastructure, API-style delivery, scheduling, or a vendor-hosted scraping layer.

UScraper fits a different job: a visible local workflow, a CSV deliverable, and control over the export path. That makes it useful for catalog teams, ecommerce researchers, and operators who want to inspect the block graph before trusting the data.

OptionBest forTrade-off
UScraper local desktop appInspectable no-code CSV exports and small controlled runsYou own validation, pacing, and workflow maintenance.
Octoparse Kojima scraper templateCloud-oriented no-code task setupVendor workflow and run environment may be outside your local machine.
Bright Data Kojima or product scraperHosted scale, APIs, and data infrastructureUsually a better fit for developer or procurement-led data programs.
Custom Playwright or Python scriptFull engineering controlHighest maintenance burden and more code review required.

For adjacent workflows, browse the UScraper template library. For more tutorials and comparisons, see the UScraper blog.


FAQ

Common questions

Public product details can still be governed by Kojima site terms, robots directives, copyright, database rights, privacy rules, and local law. Review current policies, use modest volume, do not bypass access controls, and get legal review before using exported product data commercially.


Next step

Download the Kojima pet supplies details scraper

Use the Kojima Pet Supplies Details Scraper template as the download and import path. Run the bundled validation set first, confirm the CSV, then extend the workflow only after access, encoding, and field mapping are clear.

FAQ

Frequently asked questions

Here are some of our most common questions. Can't find what you're looking for?

View All FAQs

Stop writing scripts. Start scraping visually.

Download UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.

Available on Windows 10+ and macOS 12+ · Need help? [email protected]