A US court has temporarily stopped Perplexity AI from using its AI-powered web browser agent Comet to shop on behalf of users on Amazon. The decision comes after Amazon accused the startup of making purchases from its marketplace without clearly informing the e-commerce giant that the actions were being carried out by an automated agent rather than a human user. Keep reading for the details.


Survey
`; // trigger animation const inner = qaContainer.querySelector(“.qa-inner”); setTimeout( => inner.classList.add(“show”), 50); document.querySelectorAll(“input[name=’answer’]”).forEach(radio => { radio.addEventListener(“change”, => submitAnswer(radio.value)); });}function showThankYou { thankYouBox.style.display=”block”; setTimeout( => thankYouBox.classList.add(“show”), 50);}function submitAnswer(answerValue) { const finalPayload = { campaign_name: “Digit Questionaire”, form_name: “Digit Questionaire_Form 1”, form_data: [ { key: “uuid”, value: deviceId, type: “text” }, { key: “question”, value: questions[currentQuestionIndex].question, type: “text” }, { key: “response”, value: answerValue, type: “text” } ], verification_data: { captcha_verification: “”, captchaValue: null, captchaId: null, phone_verification: false, email_verification: false }, meta_data: { referer: document.referrer || window.location.href, user_agent: getDeviceType } }; const myHeaders = new Headers ; myHeaders.append(“accept”, “*/*”); myHeaders.append(“origin”, “https://www.timesdrive.in”); myHeaders.append(“user-agent”, navigator.userAgent); const formdata = new FormData ; formdata.append(“finalPayload”, JSON.stringify(finalPayload)); fetch(“https://apivelocitynext.tnn.in/submit-form-data/68b6d8aac3aa7094b919ac4f/68b6d8f5c3aa7094b919ac89”, { method: “POST”, headers: myHeaders, body: formdata }) .then(res => res.text ) .then(result => console.log(“Submitted:”)) .catch(err => console.error(“Error:”)); currentQuestionIndex++; progress++; setCookie(“progress”, progress); if (currentQuestionIndex { qaBox.style.display=”none”; showThankYou ; }, 600); }}if (currentIndex qaBox.classList.add(“show”), 1200); showQuestion(currentIndex);}
Amazon filed a lawsuit in November claiming that Perplexity committed computer fraud, reports Bloomberg. The company alleged that the Comet browser accessed Amazon accounts and continued doing so even after the retailer asked the startup to stop.
This week, a federal judge sided with Amazon and issued a temporary order restricting the AI company’s actions. District Judge Maxine Chesney, who is overseeing the case in San Francisco federal court, said Amazon presented convincing evidence.
‘Amazon has provided strong evidence that Perplexity, through its Comet browser, accesses with the Amazon user’s permission but without authorisation by Amazon, the user’s password-protected account,’ wrote Chesney.
Under the temporary order, Perplexity must stop accessing password-protected parts of Amazon’s systems, including accounts belonging to Prime members. The court also instructed the company to destroy copies of Amazon’s data.
The order will not take effect immediately. The court has paused enforcement for one week so that Perplexity can file an appeal.
’The preliminary injunction will prevent Perplexity’s unauthorised access to the Amazon store and is an important step in maintaining a trusted shopping experience for Amazon customers,’ Amazon spokesperson Lara Hendrickson said. ‘We look forward to continuing to make our case in court.’





