Description Usage Arguments Value Examples
Set a project's crawl to start
1 | create_crawl(session_token, account_id, project_id)
|
session_token |
Session token from 'create_session_token'. |
account_id |
The ID for the account (can be found with get_account_info) |
project_id |
The ID of the project, from 'create_project' |
The crawl's ID number. Also, will define a crawl on deepweb.
1 | crawl_id <- set_crawl_urls('test crawl', sites, session_token, 424)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.