All integrations
Frisco.pl Building Poland

Frisco.pl: AI grocery agent and agentic shopping API

Frisco.pl for agentic grocery shopping: search, cart and delivery slots, on your own account.

Frisco.pl is a Polish online supermarket with van delivery. Grocey's Frisco.pl integration signs in to a real Frisco account, the same way a person would by hand, and turns that sign-in into calls an AI grocery agent can make directly: search the catalogue, build a cart, and see which delivery slots are actually open. That's Grocey's Frisco API surface, the same contract shape every provider it supports implements, not an official API Frisco publishes itself.

Frisco.pl is built and unit-tested against the contract. Nobody has ever connected it to a real account yet, so it's labeled honestly instead of counted as proven.

Signing in

What signing in to Frisco.pl means.

An e-mail address and password, the same ones used on frisco.pl. Grocey drives an isolated browser session through Frisco's own sign-in form: the password goes straight to frisco.pl, and only the resulting session comes back to Grocey.

What an agent can do

Agentic grocery shopping at Frisco.pl.

An agent finds, fills, and compares. The order is placed by you, never by the agent acting alone.

  • Find kefir and rye bread on Frisco.pl and add them to my cart.
  • Compare Frisco's open delivery slots this week and book the earliest one after 6pm.
  • Check which Frisco delivery zone covers my address before filling a cart.
  • Clear out my Frisco cart and start a fresh list for the weekend.

Capability matrix · generated

The real Frisco.pl API contract.

Generated at build time from the same declarations the API reads: never fetched live, never a second list to let drift from the truth. Every row below is a real method on the contract every provider implements, not a marketing claim.

Read the active delivery mode getFulfilment Supported
List delivery and pickup options fulfilmentOptions Supported
Switch between delivery and pickup setFulfilment Supported
List the stores on the account stores Supported
Search the catalog search Supported
Browse the category tree categories Supported
Page through a category catalogPage Supported
List past orders orders Supported
Itemized detail for one order orderDetails Supported
Read the live cart cart Supported
Add items to the cart addToCart Supported
Remove items from the cart removeFromCart Supported
Clear the cart in one call clearCart Supported
Suggest a replacement for an out-of-stock item suggestReplacements Supported
Open the basket on the provider's own site cartUrl Supported

FAQ

Frisco.pl, plainly.

Is Frisco.pl live today?

Not yet. Frisco.pl is built and unit-tested against its own contract, but nobody has ever connected it to a real account. It's labeled honestly instead of counted as coverage.

Is the Frisco.pl integration live yet?

It's built and unit-tested against Frisco's real sign-in and cart flow, but it has never completed a real connect to a live Frisco account. That's the honest status until a real connection confirms it, the same distinction Grocey holds every unverified provider to.

What does signing in to Frisco actually involve?

Your Frisco.pl e-mail address and password, typed once into a real, isolated browser session that drives Frisco's own sign-in form. Grocey never logs the password anywhere; it keeps only the session Frisco hands back.

Does an agent complete the transaction on Frisco for me?

No. An agent can find products, fill your Frisco cart, and book a delivery slot, but completing it on frisco.pl is still a tap you make yourself.

What would I actually ask an AI grocery agent to do on Frisco.pl?

Find specific products, build or clear a cart, compare open delivery slots, and set your delivery address: the same things you'd do by hand on Frisco.pl, through natural language instead of a form.

Building against Frisco.pl?

Grocey is in private beta. Tell us what you're building and we'll set you up with a key.