Scraping getting wrong data.
Hello guys im scrapping this website https://bluebungalow.com.au/products/nala-pink-floral-layers-dress and it returns the data for US and not for AU. In postman its working fine but when I call the api in my .net app i always get the data for US. I have the same page options and url in postman and in the app.
Blue Bungalow AU
Nala Pink Floral Layers Dress
FIT: True to size. Refer to size guide for specific size recommendations. FABRIC: 60% Polyester, 40% Cotton Crafted from a lightweight non-stretch fabric with a softly woven hand feel and fluid drape An elegant V-neckline with pinch pleat and two wooden statement buttons falls to a straight half sleeve A-line silhouett

5 Replies
Also in firecrawl playground its happening. I expected to get AU information but returns US
please help me out @Moderator were in onboarding phase now and its blocking our client because its scraping wrong data. I already added Accept-Language header in body but still not working.
curl --location --request POST 'https://api.firecrawl.dev/v1/scrape' \
--header 'Authorization: Bearer
--header 'Content-Type: application/json' \
--data-raw '{
"onlyMainContent": true,
"excludeTags": [
"image",
"image",
"style",
"img"
],
"formats": [
"markdown"
],
"url": "https://bluebungalow.com.au/products/camps-navy-geo-collared-dress",
"headers": {
"Accept-Language": "en-AU,en;q=0.9"
}
}'
@thomas @Caleb @Adobe.Flash
Hey, @thomas is working on a fix as we speak
Thank you. please can we work it out today.
We're going to do our best!
Thank you!