frozen-sapphire
frozen-sapphire3y ago

get stats

How to get stats after run success.
No description
2 Replies
stormy-gold
stormy-gold3y ago
simply ...
crawlStats = await crawler.run(...)
print(crawlStats)
crawlStats = await crawler.run(...)
print(crawlStats)
frozen-sapphire
frozen-sapphireOP3y ago
Thank you

Did you find this page helpful?