This expression returns last post image URLs.
| Parameter | Value |
|---|---|
| URL : | https://www.instagram.com/explore/tags/any_tag/ |
| Expression : |
"display_url":"(.*?)"
|
This expression returns last profile picture image URLs.
| Parameter | Value |
|---|---|
| URL : | https://www.instagram.com/explore/tags/any_tag/ |
| Expression : |
"profile_pic_url":"(.*?)"
|
You could use these ID's as a variable to embed them on your post. In a URL format.
| Parameter | Value |
|---|---|
| URL : | https://www.instagram.com/explore/tags/any_tag/ |
| Expression : |
"shortcode":"(.*?)"
|
| Variable Use : |
|
You could use these ID's as a variable to embed them on your post. In a URL format.
| Parameter | Value |
|---|---|
| URL : | https://www.instagram.com/explore/tags/any_tag/ |
| Expression : |
"text":"(.*?)"
|
This expression returns featured image.
//div[@id="imgTagWrapperId"]/img
| Find : |
(.*?)https://images-na.ssl-images-amazon.com/images/I/(.*?)"(.*) |
| Replace : |
https://images-na.ssl-images-amazon.com/images/I/$2
|