Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 751 Bytes

File metadata and controls

19 lines (15 loc) · 751 Bytes

#OnlineMarketingApiToolkit: SemrushClient

Der SEMrush-Client beinhaltet alle Endpoints der API unter: http://de.semrush.com/api.html

Beispiel:

use Zedwoo\OnlineMarketingApiToolkit\Moz\SemrushClient
$client = SemrushClient::factory(array( 'api_key' => 'YOUR_API_KEY'
								));
$command = $client->getCommand('domain_organic', array(
												   'domain' => 'chefkoch.de',
												   'display_limit' => 100
											  ));
$result = $command->execute(); // returns an array with the result

Weitere Infos bietet die entsprechende JSON-Datei: ServiceDescriptionSemrush.json