Viewing profile — mnmkng
mnmkng
HN member- Joined
- Mon, Oct 26, 2020, 8:54 PM UTC
- HN karma
- 136
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About mnmkng
No profile information was provided.
Recent public activity
-
comment
Comment #40924155
Crawlee isn’t any less configurable than Scrapy. It just uses different, in my personal opinion more approachable, patterns. It makes it easier to start with, but you can tweak wha…
-
comment
Comment #40920508
Technically it can. You can log in with the PlaywrightCrawler class without issue. The question is if there’s 2FA as well and how that’s handled. Crawlee does not have any abstract…
-
comment
Comment #40920448
We tried a self hosted OCR model a few years ago, but the quality and speed wasn’t great. From experience, it’s usually better to reverse engineer the APIs. The more complicated th…
-
comment
Comment #40919198
In one word. Nothing. But I personally think it does some things a little easier, a little faster and little more conveniently than the other libraries and tools out there. Althoug…
-
comment
Comment #40919024
It uses Playwright under the hood, so yes, it can do all of that, and more.
-
comment
Comment #40918866
It’s an “old” law that did not consider many intricacies of internet and the platforms that exist on it and it’s mostly made obsolete by EU case law, which has shrunk the definitio…
-
comment
Comment #40918791
Sorry about the confusion. Some features, like the tiered proxies, are not documented properly. You’re absolutely right. Updates will come soon. We wanted to have as many features …
-
comment
Comment #40915880
Oh wow, thanks! Will fix it right away. Crawlee is originally a JS library.
-
comment
Comment #35152543
finally!
- story
- story
-
comment
Comment #32571236
Yeah I agree, keeping the source HTML is great for debugging or retro-fixing issues. We also like to take screenshots on important errors, when running headless.
-
comment
Comment #32569210
Exactly. The dynamic websites need to pull the data from somewhere as well. There's no magic behind it. Either all the data is in the initial payload in some form (not necessarily …
-
comment
Comment #32568635
If it doesn’t, please make an issue. We know it works from the community but we don’t have tests specifically for Lambda. But it should work, so we’ll help if it doesn’t.
- comment
-
comment
Comment #32567218
I get your point and I don't have an objective answer to it. We believe that internet is an open medium and there's immense value for humankind waiting to be discovered and unlocke…
-
comment
Comment #32566363
Yeah, sure. We don't advertise it, but if you get in touch with us on support@apify.com or through the chat widget, we can create a proxy-only plan for you.
-
comment
Comment #32566262
With fingerprints it's a tradeoff between having enough of them for large scale scraping and staying consistent with your environment. E.g. you can get exponentially more combinati…
-
comment
Comment #32566140
Nice! Good luck with your project. The parsers are available under the utils.social namespace: https://crawlee.dev/api/utils/namespace/social The headless browser utils are under p…
-
comment
Comment #32565328
The example uses Crawlee already, you can just remove the import { Actor } from 'apify'; and then all references to Actor and either remove them or replace them with Crawlee functi…
-
comment
Comment #32565278
You can use a headless browser (would recommend PlaywrightCrawler) to log in once and then use the session cookie until it expires in any crawler. When it expires, you can re-login…
-
comment
Comment #32565249
Yeah, exactly. Using pure HTTP needs much less resources than running headless browsers, so unless you really need to use a browser, you can save a lot of compute power (and money)…
-
comment
Comment #32564913
Funny, I never knew about node-osmosis. I like the API in the example. It's a shame that it's no longer maintained.
-
comment
Comment #32563632
Thanks! We really love open source and wanted to give back to the community. Crawlee is built on top of other great open-source libraries and projects. It's the best thing about bu…
-
comment
Comment #32563602
word!