You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search Facebook Marketplace listings by keyword and location.
1183
+
Search Facebook Marketplace listings by keyword and location.``location`` must be a Facebook location slug (``london``, ``newcastleupontyne``) or a numeric Facebook place id — the ``city_page_id`` on any listing is one. Human-readable names such as ``Durham, UK`` are rejected with a 400 rather than silently searching Facebook's San Francisco default.
1184
1184
1185
1185
### Example
1186
1186
@@ -1202,17 +1202,18 @@ $apiInstance = new ScrapeBadger\Api\FacebookApi(
* @param int $radius Search radius around the location (km, or miles in the US) (optional)
6605
6606
* @param string $after after (optional)
6606
6607
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['facebookSearchMarketplace'] to see the possible values for this operation
6607
6608
*
6608
6609
* @throws \ScrapeBadger\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $location Marketplace location slug or numeric place id (optional, default to 'nyc')
6625
6626
* @param int $min_price (optional)
6626
6627
* @param int $max_price (optional)
6627
6628
* @param int $days_since_listed (optional)
6628
6629
* @param string $sort_by (optional)
6629
6630
* @param string $item_condition (optional)
6630
6631
* @param string $delivery_method (optional)
6632
+
* @param int $radius Search radius around the location (km, or miles in the US) (optional)
6631
6633
* @param string $after (optional)
6632
6634
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['facebookSearchMarketplace'] to see the possible values for this operation
6633
6635
*
6634
6636
* @throws \ScrapeBadger\ApiException on non-2xx response or if the response body is not in the expected format
6635
6637
* @throws \InvalidArgumentException
6636
6638
* @return array of mixed|\ScrapeBadger\Model\HTTPValidationError, HTTP status code, HTTP response headers (array of strings)
* @param string $location Marketplace location slug or numeric place id (optional, default to 'nyc')
6793
6795
* @param int $min_price (optional)
6794
6796
* @param int $max_price (optional)
6795
6797
* @param int $days_since_listed (optional)
6796
6798
* @param string $sort_by (optional)
6797
6799
* @param string $item_condition (optional)
6798
6800
* @param string $delivery_method (optional)
6801
+
* @param int $radius Search radius around the location (km, or miles in the US) (optional)
6799
6802
* @param string $after (optional)
6800
6803
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['facebookSearchMarketplace'] to see the possible values for this operation
* @param string $location Marketplace location slug or numeric place id (optional, default to 'nyc')
6822
6825
* @param int $min_price (optional)
6823
6826
* @param int $max_price (optional)
6824
6827
* @param int $days_since_listed (optional)
6825
6828
* @param string $sort_by (optional)
6826
6829
* @param string $item_condition (optional)
6827
6830
* @param string $delivery_method (optional)
6831
+
* @param int $radius Search radius around the location (km, or miles in the US) (optional)
6828
6832
* @param string $after (optional)
6829
6833
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['facebookSearchMarketplace'] to see the possible values for this operation
* @param string $location Marketplace location slug or numeric place id (optional, default to 'nyc')
6880
6884
* @param int $min_price (optional)
6881
6885
* @param int $max_price (optional)
6882
6886
* @param int $days_since_listed (optional)
6883
6887
* @param string $sort_by (optional)
6884
6888
* @param string $item_condition (optional)
6885
6889
* @param string $delivery_method (optional)
6890
+
* @param int $radius Search radius around the location (km, or miles in the US) (optional)
6886
6891
* @param string $after (optional)
6887
6892
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['facebookSearchMarketplace'] to see the possible values for this operation
0 commit comments