Google Ads Scraper avatar
Google Ads Scraper

Pricing

$30.00/month + usage

Go to Store
Google Ads Scraper

Google Ads Scraper

Developed by

Gustavo Silva (Coherent Paradox)

Gustavo Silva (Coherent Paradox)

Maintained by Community

Extract text, image and video ads from Google Ads, scraped from the ad library provided by Google Ads Transparency Center. Gain access to ad details, ad copy, locations, and more. Dive deeper into the Google Ads Transparency Center for a competitive edge.

4.6 (12)

Pricing

$30.00/month + usage

91

Total users

1.9K

Monthly users

219

Runs succeeded

>99%

Issues response

9 hours

Last modified

a day ago

LO

Missing Headline and Description

Closed

lonzchris opened this issue
9 days ago

love your tool! I've been using it every week and I noticed the everytime I scrape the companies that I monitor the Headline and Description are either missing. Even after turning OCR ~on... it improved quite a bit its able to scrape the description but not the headline...

silva95gustavo avatar

Thanks for the kind words and for using the tool regularly.

As of today, the headline should be included as part of the description field. They’re currently grouped together rather than split into separate fields.

If you're still seeing cases where the headline is completely missing, even from the description, could you please share an example creative URL or run ID? That will help me investigate further.

I’m also exploring whether it’s possible to separate the headline and description into distinct fields in a reliable way. Will update if that becomes feasible.

LO

lonzchris

9 days ago

ohh I see! I see the headline now is in the description! yayyy

But not sure how complicated to separate the headline and description but if this is difficult keep it combining for now... however it will be create to create a clear separation on them if you continue combine them in description.

Here's an example (description) """ Rivery - A Better Alternative Rivery is a better alternative for your data needs. Build complex ELT data pipelines fast. """

so the headline is "Rivery - A Better Alternative"

but its really hard to split the description if you don't add any special chars between like for example using "/" or any special characters

""" Rivery - A Better Alternative / Rivery is a better alternative for your data needs. Build complex ELT data pipelines fast. """

so I can split it into two

silva95gustavo avatar

Thanks for the details. I’ve just implemented an update based on your feedback!

The headline is now extracted separately when using OCR mode. For the example you shared, the output would now look like this:

{
"imageUrl": "https://tpc.googlesyndication.com/archive/simgad/16007317121667792981",
"clickUrl": "https://www.rivery.io/",
"headline": "Rivery - A Better Alternative",
"description": "Rivery Rivery is a better alternative for your data needs. Build complex ELT data pipelines fast."
}

This should make it much easier to work with the data without needing special delimiters.

LO

lonzchris

8 days ago

you're awesome thank you!

silva95gustavo avatar

Really glad it’s working well for you, appreciate the kind words! If you ever feel like leaving a quick star rating, it’d mean a lot. Thanks again for using the scraper!