Retrieve the visited pages of the crawl.
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/visited \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
OK
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/visited \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
Retrieve the visited pages of the crawl.
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/visited \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
OK
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/visited \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'