RFC: Python actors already run on Crawlee Cloud — help us make it official #95
aminembarki
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Here's a fact that surprises most people: Python actors already run on Crawlee Cloud today. The runner is Docker-image-based and doesn't care what's inside the container — if your actor ships a Dockerfile, it runs.
crc initalready offers Apify's official Python templates, andcrc devalready detectsrequirements.txtand runs your actor withpython3 -m srclocally.What's missing is everything around that: the docs say TypeScript-only (the comparison pages literally say "TypeScript scrapers" — that's on me and will be corrected as part of this work), there's no curated Python template set, and nobody has systematically verified which parts of the Apify Python SDK / crawlee-python behave identically against a self-hosted instance.
Before I turn "accidentally works" into "officially supported", I want input from people who'd actually use it:
requests/httpxscripts, Scrapy — what would you reach for first?Ground rules, same as always:
This is on the roadmap as Proposed — RFC open: no version commitment until this discussion converges. What would make Python support actually useful for your deployment?
All reactions