-
Notifications
You must be signed in to change notification settings - Fork 7
Get SERP HTML results by task_id
georgesvash edited this page Nov 6, 2018
·
3 revisions
Original docs can be found at https://docs.dataforseo.com/#get-serp-html-results-by-task_id
Method: get() - calls api and returns an object ResponseCollection
require_once '../vendor/autoload.php';
use DFSClient\DFSClient;
use DFSClient\Models\SERP_API\GetSerpHtmlResultsByTaskId;
$DFSClient = new DFSClient('Your Login','Your password');
$model = new GetSerpHtmlResultsByTaskId();
$task_id = 100;
$completed = $model->setExtraToRequestUrl($task_id)->get();
if (!$completed->isSuccessful())
dd($completed);
foreach ($completed as $key=>$item){
dump($item);
}- RankTracker API
- SERP API
-
Merchant API
-
Google Shopping API
- Set Google Shopping tasks
- Get Google Shopping completed tasks
- Get Google Shopping results by task_id
- Set Google Shopping HTML tasks
- Get Google Shopping HTML completed tasks
- Get Google Shopping HTML results by task_id
- Set Google Shopping Shops tasks
- Get Google Shopping Shops completed tasks
- Get Google Shopping Shops results by task_id
- Amazon API
-
Google Shopping API
- Keywords Data API
- Keywords Finder API
- Competitor Data API
- OnPage API
- Common API