mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Update README.md
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled
This commit is contained in:
parent
9593ab80e1
commit
8a4f4cb9d9
|
@ -170,11 +170,11 @@ print(batch_scrape_result)
|
|||
|
||||
### Checking batch scrape status
|
||||
|
||||
To check the status of an asynchronous batch scrape job, use the `check_batch_scrape_job` method. It takes the job ID as a parameter and returns the current status of the batch scrape job.
|
||||
To check the status of an asynchronous batch scrape job, use the `check_batch_scrape_status` method. It takes the job ID as a parameter and returns the current status of the batch scrape job.
|
||||
|
||||
```python
|
||||
id = batch_scrape_result['id']
|
||||
status = app.check_batch_scrape_job(id)
|
||||
status = app.check_batch_scrape_status(id)
|
||||
```
|
||||
|
||||
### Batch scrape with WebSockets
|
||||
|
|
Loading…
Reference in New Issue
Block a user