-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request guideline #6
Comments
hi @trung1704ptit https://github.com/yennanliu/web_scraping # "indeed_scrap_task" task
$ curl -X POST http://localhost:5555/api/task/async-apply/tasks.indeed_scrap_task
# "indeed_scrap_api_V1" task
$ curl -X POST -d '{"args":["New+York"]}' http://localhost:5555/api/task/async-apply/tasks.indeed_scrap_api_V1 Cheers, |
you can also refer below stand-alone py script, it should be able to execute indeed scrapping as well |
@yennanliu Thank you, I have already run it. But need to update the code to crawl the job information because indeed updated the format HTML. |
and more question is if I crawl job successfully, how do I see the result on MongoDB. I don't see the way to see the result |
yes, you may have to update the code when Indeed updates its HTML. |
Hi @trung1704ptit |
Hi,
Thanks for your sharing repo. But I cannot run crawl indeed job. I already run by docker. When I see the Flower screen it created a job success but nothing happen. The question is how do I know it works.
The text was updated successfully, but these errors were encountered: