Coconala Skill Marketplace Scraper avatar

Coconala Skill Marketplace Scraper

Pricing

Pay per event

Go to Apify Store
Coconala Skill Marketplace Scraper

Coconala Skill Marketplace Scraper

Scrape service listings from Coconala, Japan's largest skill and gig marketplace. Extracts title, seller, category, price, rating, sales count, delivery days, and description for each service — ideal for gig-economy research, competitive analysis, and JP freelance market pricing studies.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape service listings from Coconala, Japan's largest skill and gig marketplace. Extract structured data about services — title, seller, category, price range, ratings, sales count, delivery time, and description — for gig-economy research, competitive analysis, and JP freelance market pricing studies.

What does this actor do?

It walks Coconala's published sitemap index to discover service URLs, then scrapes each service detail page. The actor:

  • Discovers service URLs from the /sitemaps/category-services-index.xml sitemap (19 category sub-sitemaps, hundreds of thousands of services total)
  • Extracts structured data from Coconala service pages using JSON-LD (Product schema) plus CSS selectors
  • Caps results at maxItems with early-exit to stay within the Apify run budget

Pages are server-rendered (Nuxt SSR) — full HTML is present in the initial HTTP response, so no browser is needed.

Output data

Each item in the dataset represents one service listing:

FieldTypeDescription
service_idStringCoconala service ID (from URL path)
titleStringService title
seller_nameStringDisplay name of the seller
categoryStringPrimary category
price_min_jpyNumberMinimum price in Japanese yen
price_max_jpyNumberMaximum price in Japanese yen
ratingNumberAverage rating (0.0–5.0)
rating_countIntegerNumber of ratings/reviews
sales_countIntegerTotal completed sales
delivery_daysIntegerStandard delivery time in days
descriptionStringService description text
tagsStringPipe-delimited service tags
source_urlStringCanonical URL of the service listing

Usage

Basic run

Leave startUrl at its default to crawl all categories. Set maxItems to limit the dataset size.

InputDefaultDescription
maxItemsRequired. Maximum number of service records to return
startUrlhttps://coconala.com/sitemaps/category-services-index.xmlSitemap index or category sitemap URL to start from

Target a single category

Pass a specific category sitemap URL to limit the crawl to one category. Example for category 2:

https://coconala.com/sitemaps/category-services/2-1.xml

Notes

  • The actor respects Coconala's crawl-delay via concurrency controls (max 3 concurrent requests)
  • Service pages are ~1.1 MB each; uses residential proxy (DataImpulse) for reliable access
  • JSON-LD extraction (Product schema) provides structured price, rating, and description data
  • Category is derived from the BreadcrumbList JSON-LD block

Use cases

  • Gig-economy research: analyze JP freelance market pricing by category and service type
  • Seller benchmarking: compare ratings, sales count, and delivery time across sellers in a niche
  • Demand signal analysis: identify high-volume service categories in Japan's 副業 (side-gig) market
  • Competitive intelligence: track price ranges and positioning in specific skill categories