GET ethnc.com HTTP 200673 ms35.5 KB$0.000761 captured Aug 7, 2026
ethnc.com, as data
One API turns any ethnc.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 673 ms
- Page size
- 35.5 KB of markdown, 1,340 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ethnc.com page cost $0.000761 to fetch.
ETHNC WOMEN - SUMMER COLLECTION 2026We offer $9 shipping rate in the United States on online orders and free shipping for orders above $120.For any questions regarding shipping or to inquire about specific locations, feel free to contact us at wehear@ethnc.com* Exchanges are accepted within 14 days of delivery at any ETHNC USA store with the original invoice.* Products must be unused, with tags, labels and original packaging.Items will be exchanged at the customer’s invoice price.* No exchange on fragrances, undergarments, jewelry, and accessories.* Returns/exchanges must be made in the same market/region where the purchase was made.* Online Purchases can be exchanged with in 14 days of delivery in retail stores if the same product category is available.* To start a return, please click the following link: https://shopify.com/66218066109/account.* Our team will verify the request and may ask for photos of the item(s).* A $4.99 flat rate will be charged for return shipping.* Pack the item securely with original labels, tags, and packaging.* You may return your parcel at any authorised drop-off or pickup point.* Once the parcel is received at our facility, a replacement or appropriate resolution will be provided.* Refunds will be issued to the same payment method used at the time of purchase.* If your return was sent via a carrier, it will be processed within 72 hours of arrival at our facility.* You will receive an email confirmation once the return has been processed.* Refunds may take up to 14 days to reflect in your account, depending on your bank.* If you do not receive your refund after 14 days, please forward the confirmation email to wehear@ethnc.com so we can help expedite the process.* Online purchases cannot be refunded in retail stores.If you receive a damaged, incorrect, or defective product:* All ETHNC products undergo strict quality control to ensure they reach you in the best condition. What Spider does on ethnc.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
673 ms · $0.000761Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://us.ethnc.com/products/rozana-suit-e4152-103-416-416", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://us.ethnc.com/products/rozana-suit-e4152-103-416-416", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://us.ethnc.com/products/rozana-suit-e4152-103-416-416", {
return_format: "markdown",
});
console.log(page.content); What ethnc.com costs
Multiplied from the measured 35.5 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of ethnc.com.
The capture above took 673 ms and cost $0.000761. The same call takes any URL on ethnc.com.