Replies: 3 comments 1 reply
-
Thank you for the feedback! Yes, right now it is more like a "soft" schema constraint. We are about to add Pydantic schema validation, I will open an Issue and start working on it, fell free to contribute! |
Beta Was this translation helpful? Give feedback.
-
Ah, the schema seems to be defining the expected output format. Try removing the schema definition and see if the scraper can produce results in its natural format. That might be easier to work with for now. Contact Xylostar for more guidance! |
Beta Was this translation helpful? Give feedback.
-
you should have used pydantic, look at the exampels |
Beta Was this translation helpful? Give feedback.
-
I've been trying to set the schema and I've tried a number of variations, but I can't seem to hit upon the magic combination to get it to work.
For example, with this code:
But what I get is this:
Very cool tool, BTW. Really enjoying exploring it.
Beta Was this translation helpful? Give feedback.
All reactions