Skip to content

Instantly share code, notes, and snippets.

View mostafa-kianfard's full-sized avatar
🎯
Focusing

<?= $robot->name; ?> mostafa-kianfard

🎯
Focusing
  • <?= $robot->company; ?>
  • <?= $robot->location; ?>
View GitHub Profile
@mostafa-kianfard
mostafa-kianfard / digikala api for products and categories
Last active June 10, 2025 11:49
digikala api for products and categories #digikala #api #php
<?php
// install goutte package with composer
use Goutte\Client;
$Client = new Client();
// send request to digikala api for get product details
$crawler = $Client->request('GET', "https://api.digikala.com/v1/product/6850997/");