$('ul.tabs__nav > li', $item).first().trigger('click');
$url = 'https://www.facebook.com/marketplace/106039436102339/electronics/';
$options = [
'http'=> [
'user_agent' => 'Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0',
'protocol' => 1.1,
'header' => [
'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3',
'Upgrade-Insecure-Requests: 1',
'Host: www.facebook.com',
]
]
];
$context = stream_context_create($options);
$html = file_get_contents($url, false, $context);
{
"__typename": "GroupCommerceProductItem",
"id": "2847931948807724", // страница товара `https://www.facebook.com/marketplace/item/{id}/`
"primary_listing_photo": {
"__typename": "Photo",
"image": {
"uri": "https:\/\/scontent.xx.fbcdn.net\/v\/t1.0-0\/c43.0.260.260a\/p261x260\/126459943_3501983189884214_6730841962174251261_n.jpg?_nc_cat=111&ccb=2&_nc_sid=3b2858&_nc_ohc=omsCjvSdK-sAX91cBu0&_nc_ht=scontent.xx&tp=27&oh=1fedfb95e4d2fbd45a94cfdeb4aafe54&oe=6025F841"
},
"id": "3501983176550882"
},
"__isMarketplaceListingRenderable": "GroupCommerceProductItem",
"formatted_price": {
"text": "\u20ac20"
},
"location": {
"reverse_geocode": {
"city": "Tallinn",
"state": "",
"city_page": {
"display_name": "Tallinn, Estonia",
"id": "106039436102339"
}
}
},
"is_hidden": false,
"is_live": true,
"is_pending": false,
"is_sold": false,
"is_viewer_seller": false,
"min_listing_price": null,
"max_listing_price": null,
"marketplace_listing_category_id": "1792291877663080",
"marketplace_listing_title": "KOHE OLEMAS - UUED juhtmevabad k\u00f5rvaklapid bluetooth airpods pods",
"custom_title": null,
"custom_sub_titles_with_rendering_flags": [],
"origin_group": null,
"pre_recorded_videos": [],
"__isMarketplaceListingWithChildListings": "GroupCommerceProductItem",
"parent_listing": null,
"__isMarketplaceListingWithDeliveryOptions": "GroupCommerceProductItem",
"delivery_types": ["IN_PERSON"]
}