Get Photo
Fetches details about a public Facebook photo including image URL and engagement metadata.
Capability ID
facebook.photo.get
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
url
string
required
Public, page-anchored Facebook photo URL
Example
https://www.facebook.com/NASA/photos/1496429658519072
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
__isMedia |
string |
Photo |
__isNode |
string |
Photo |
__typename |
string |
Photo |
accessibility_caption |
string |
No photo description available. |
attached_comment |
null |
null |
can_viewer_add_tags |
boolean |
false |
can_viewer_edit |
boolean |
false |
cix_screen |
null |
null |
comet_photo_renderer |
null |
null |
container_story |
null |
null |
copyright_banner_info |
null |
null |
created_time |
integer |
1775567235 |
creation_story |
object |
28 fields |
creation_story.__module_component_useCometUFIAdaptivePostActionBar_story |
object |
1 fields |
creation_story.__module_operation_useCometUFIAdaptivePostActionBar_story |
object |
1 fields |
creation_story.actors |
array |
1 items |
creation_story.attachments |
array |
1 items |
creation_story.business_content_type |
string |
SINGLE_IMAGE |
creation_story.can_viewer_boost |
boolean |
false |
creation_story.can_viewer_edit |
boolean |
false |
creation_story.click_tracking_linkshim_cb |
string |
[redacted:token] |
creation_story.delegate_page_id |
string |
54971236771 |
creation_story.encrypted_click_tracking |
string |
[redacted:token] |
creation_story.encrypted_tracking |
string |
[redacted:token] |
creation_story.id |
string |
[redacted:token] |
creation_story.inform_treatment_for_messaging |
null |
null |
creation_story.legacy_story_hideable_id |
string |
1496429658519072 |
creation_story.message |
null |
null |
creation_story.post_audience_building_info |
null |
null |
creation_story.post_id |
string |
1496429658519072 |
creation_story.post_promotion_info |
null |
null |
creation_story.save_info |
object |
3 fields |
creation_story.seo_title |
null |
null |
creation_story.shareable |
null |
null |
creation_story.shareable_from_perspective_of_feed_ufi |
null |
null |
creation_story.sponsored_data |
null |
null |
creation_story.target_group |
null |
null |
creation_story.tracking |
string |
{"top_level_post_id":"1496429658519072","content_owner_id_new":"1000445… |
creation_story.url |
string |
https://www.facebook.com/photo/?fbid=1496429658519072&set=a.41666099982… |
creation_story.vote_attachments |
array |
0 items |
creation_story.whatsapp_ad_context |
null |
null |
default_mediaset |
object |
5 fields |
default_mediaset.__isMediaSet |
string |
Album |
default_mediaset.__typename |
string |
Album |
default_mediaset.id |
string |
416660999829282 |
default_mediaset.nextMedia |
object |
1 fields |
default_mediaset.prevMedia |
object |
1 fields |
feedback |
object |
14 fields |
feedback.__typename |
string |
Feedback |
feedback.associated_video |
null |
null |
feedback.can_viewer_react |
boolean |
false |
feedback.id |
string |
ZmVlZGJhY2s6MTQ5NjQyOTY1ODUxOTA3Mg== |
feedback.if_viewer_can_comment_anonymously |
null |
null |
feedback.if_viewer_has_locked_actor |
null |
null |
feedback.if_viewer_post_type_blocks_alternate_voice |
null |
null |
feedback.reactors |
object |
2 fields |
feedback.supported_reaction_infos |
array |
3 items |
feedback.top_reactions |
object |
1 fields |
feedback.unified_reactors |
object |
1 fields |
feedback.url |
string |
https://www.facebook.com/photo.php?fbid=1496429658519072&set=a.41666099… |
feedback.viewer_actor |
null |
null |
feedback.viewer_feedback_reaction_info |
null |
null |
id |
string |
1496429658519072 |
if_media_can_show_link_to_container_story |
null |
null |
image |
object |
3 fields |
image.height |
integer |
1366 |
image.uri |
string |
https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=149642965… |
image.width |
integer |
2048 |
is_playable |
boolean |
false |
owner |
object |
5 fields |
owner.__typename |
string |
User |
owner.additional_profile_has_taggable_products |
boolean |
false |
owner.id |
string |
100044561550831 |
owner.is_member_of_readonly_work_company |
boolean |
false |
owner.user_id |
string |
100044561550831 |
photo_product_tags |
array |
0 items |
tags |
object |
1 fields |
tags.edges |
array |
0 items |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.