Crawl the web
crawl_scrape
status
key will have the value “success” when the scrape is complete and HTML content was found. If the scrape fails to find any HTML content, the status
key will have a value of “error”.crawl_crawl
status
key will have the value “success” when the crawl is complete.Define the Crawl service
Create an ATXP client
Use the Crawl service in your agent
getArguments
method.Read the response using the getResult
method.