Bark Seller Details Page Scraper avatar

Bark Seller Details Page Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Bark Seller Details Page Scraper

Bark Seller Details Page Scraper

Under maintenance

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Bark Seller Details Page data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract public seller profile details from Bark.com for vendor research, category analysis, and lawful lead enrichment. Supply public seller profile URLs, one public category/search URL, or both. The Actor does not sign in, submit forms, reveal hidden contacts, solve CAPTCHAs, or use alternate sources.

The Actor uses Bark's server-rendered public HTML, so normal runs use lightweight HTTP requests rather than a browser. It deduplicates canonical seller URLs, follows only Bark profile links, caps output at maxItems, and fails closed if no seller entity is available. Access errors and run counts are written to the OUTPUT key-value record, never mixed into the seller dataset.

Input

FieldTypeDefaultDescription
sellerUrlsstring[]Up to 200 public Bark seller/profile URLs
searchUrlstringOne public Bark category or search URL used to discover profiles
maxItemsinteger20Maximum seller records, from 1 to 200
proxyConfigurationobjectdirectOptional validated Apify Proxy or custom proxy configuration

At least one sellerUrls entry or searchUrl is required.

{
"sellerUrls": [
"https://www.bark.com/en/gb/b/cigma-accounting-ltd/7VlN/"
],
"maxItems": 1,
"proxyConfiguration": { "useApifyProxy": false }
}

Output

Each dataset row is a real seller entity with required position, name, canonical Bark profile URL, extraction method, proxy status, and timestamp. Optional source-backed fields include category, location/address, description, rating, review count, visibly public phone/email/website links, services, categories, images, and verification badges. Missing optional values are omitted.

{
"position": 1,
"sellerId": "7VlN",
"sellerName": "CIGMA ACCOUNTING LTD",
"profileUrl": "https://www.bark.com/en/gb/b/cigma-accounting-ltd/7VlN/",
"location": "London",
"rating": 5,
"reviewCount": 28,
"extractionMethod": "bark-http-dom",
"proxyConfigured": false,
"scrapedAt": "2026-08-31T00:00:00.000Z"
}

Successful runs also write OUTPUT with requested/discovered/scraped/failed counts, data availability, actual proxy use, extraction method, and completion time. If the public site reports a CAPTCHA, access denial, login barrier, geofence, or rate limit, the Actor records the bounded reason in OUTPUT/logs and exits nonzero without attempting a bypass.

Only process public business information for lawful, ethical purposes and follow Bark's terms, privacy law, and your organization's policies.