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
From An unknown user
From An unknown user
From An unknown user
5 Replies
kenrazo
kenrazoOP12mo ago
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
Caleb
Caleb12mo ago
Hey, @thomas is working on a fix as we speak
kenrazo
kenrazoOP12mo ago
Thank you. please can we work it out today.
Caleb
Caleb12mo ago
We're going to do our best!
kenrazo
kenrazoOP12mo ago
Thank you!

Did you find this page helpful?